#009CAB

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

Shades of Bondi Blue #009CAB

Tints of Bondi Blue #009CAB

Color information

#009CAB (or 0x009CAB) is unknown color: approx Bondi Blue. HEX triplet: 00, 9C and AB. RGB value is (0,156,171). Sum of RGB (Red+Green+Blue) = 0+156+171=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 156 (61.33% from 255 or 47.71% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #009CAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009CAB is #FF6354. Grayscale: #6E6E6E. Windows color (decimal): -16737109 or 11246592. OLE color: 11246592.

HSL color Cylindrical-coordinate representation of color #009CAB: hue angle of 185.26º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CAB is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB0156171-
CMYK10.0900.33
HSL185.26º100%33.53%-
HSV(B)185.26º100%67.06%-
XYZ19.2426.7242.67-
YUV111.07161.8248.78-

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) = 47.71%
BLUE value IS 171 (67.19% from 255) = 52.29%
R=0%
G=47.71%
B=52.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal015617110.0900.33185.2610033.53
Hex09CAB649021b96422
Octal02342531441104127114442
Binary01001110010101011110010010010100001101110011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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