#009CB8

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

Shades of Bondi Blue #009CB8

Tints of Bondi Blue #009CB8

Color information

#009CB8 (or 0x009CB8) is unknown color: approx Bondi Blue. HEX triplet: 00, 9C and B8. RGB value is (0,156,184). Sum of RGB (Red+Green+Blue) = 0+156+184=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 184 (72.27% from 255 or 54.12% from 340); Max value from RGB is 184 - color contains mainly: blue. Hex color #009CB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009CB8 is #FF6347. Grayscale: #707070. Windows color (decimal): -16737096 or 12098560. OLE color: 12098560.

HSL color Cylindrical-coordinate representation of color #009CB8: hue angle of 189.13º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CB8 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB0156184-
CMYK10.1500.28
HSL189.13º100%36.08%-
HSV(B)189.13º100%72.16%-
XYZ20.5427.2449.52-
YUV112.55168.3247.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 156 (61.33% from 255) = 45.88%
BLUE value IS 184 (72.27% from 255) = 54.12%
R=0%
G=45.88%
B=54.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal015618410.1500.28189.1310036.08
Hex09CB864F01Cbd6424
Octal02342701441703427514444
Binary0100111001011100011001001111011100101111011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009CB8; }

 p { color: rgb(0,156,184); }

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

<style>
 a { background-color: #009CB8; }

 a { background-color: rgb(0,156,184); }

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

<style>
 span { border-color: #009CB8; }

 span { border-color: rgb(0,156,184); }

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