#0998AC

Color #0998AC Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0998AC

Tints of Bondi Blue #0998AC

Color information

#0998AC (or 0x0998AC) is unknown color: approx Bondi Blue. HEX triplet: 09, 98 and AC. RGB value is (9,152,172). Sum of RGB (Red+Green+Blue) = 9+152+172=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #0998AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0998AC is #F66753. Grayscale: #6F6F6F. Windows color (decimal): -16148308 or 11311113. OLE color: 11311113.

HSL color Cylindrical-coordinate representation of color #0998AC: hue angle of 187.36º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0998AC is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9152172-
CMYK0.950.1200.33
HSL187.36º90.06%35.49%-
HSV(B)187.36º94.77%67.45%-
XYZ18.7925.4942.96-
YUV111.52162.1254.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 2.70%
GREEN value IS 152 (59.77% from 255) = 45.65%
BLUE value IS 172 (67.58% from 255) = 51.65%
R=2.70%
G=45.65%
B=51.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91521720.950.1200.33187.3690.0635.49
Hex998AC5FC021bb5a23
Octal112302541371404127313243
Binary10011001100010101100101111111000100001101110111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0998AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0998AC; }

 p { color: rgb(9,152,172); }

 H1.HeaderClassName
 {
   color: #0998AC;
 }
 .AnyTagClassName
 {
   color: #0998AC;
 }
</style>
background-color css

<style>
 a { background-color: #0998AC; }

 a { background-color: rgb(9,152,172); }

 div.DivClassName
 {
   background-color: #0998AC;
 }
 .BgClassName
 {
   background-color: #0998AC;
 }
</style>
border-color css

<style>
 span { border-color: #0998AC; }

 span { border-color: rgb(9,152,172); }

 td.TdClassName
 {
   border-color: #0998AC;
 }
 .TagClassName
 {
   border-color: #0998AC;
 }
</style>