Html Css Color HEX #009CAB Bondi Blue

📋 copy color: '#009CAB'

red 0 ◦ green 156 ◦ blue 171

#009CAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #009CAB

Tints of Bondi Blue #009CAB

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 value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#009CAB (or 0x009CAB) is known color: 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

RGB 0 156 171 -
CMYK 1 0.09 0 0.33
HSL 185.26º 1% 0.34% -
HSV(B) 185.26º 1% 0.67% -
XYZ 19.24 26.72 42.67 -
YUV 111.07 161.82 48.78 -
System Red Green Blue C M Y K H S L
Decimal 0 156 171 1 0.09 0 0.33 185.26 1 0.34
Hex 0 9C AB 64 9 0 21 B9 64 22
Octal 0 234 253 144 11 0 41 271 144 42
Binary 0 10011100 10101011 1100100 1001 0 100001 10111001 1100100 100010

Color Harmonies of #009CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009CAB

Black with #009CAB

Text Example


Text Example

White with #009CAB

Text Example


Text Example

HTML Codes & Css Web 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>