Html Css Color HEX #009BAB Bondi Blue

📋 copy color: '#009BAB'

red 0 ◦ green 155 ◦ blue 171

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

Shades of Bondi Blue #009BAB

Tints of Bondi Blue #009BAB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 155 (60.94% from 255) = 47.55%

 BLUE value IS 171 (67.19% from 255) = 52.45%

R = 0%
G = 47.55%
B = 52.45%

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

#009BAB (or 0x009BAB) is known color: Bondi Blue. HEX triplet: 00, 9B and AB. RGB value is (0,155,171). Sum of RGB (Red+Green+Blue) = 0+155+171=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #009BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009BAB is #FF6454. Grayscale: #6E6E6E. Windows color (decimal): -16737365 or 11246336. OLE color: 11246336.

HSL color Cylindrical-coordinate representation of color #009BAB: hue angle of 185.61º 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 #009BAB is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 155 171 -
CMYK 1 0.09 0 0.33
HSL 185.61º 1% 0.34% -
HSV(B) 185.61º 1% 0.67% -
XYZ 19.07 26.38 42.62 -
YUV 110.48 162.15 49.2 -
System Red Green Blue C M Y K H S L
Decimal 0 155 171 1 0.09 0 0.33 185.61 1 0.34
Hex 0 9B AB 64 9 0 21 BA 64 22
Octal 0 233 253 144 11 0 41 272 144 42
Binary 0 10011011 10101011 1100100 1001 0 100001 10111010 1100100 100010

Color Harmonies of #009BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009BAB

Black with #009BAB

Text Example


Text Example

White with #009BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #009BAB;
 }
 .AnyTagClassName
 {
   color: #009BAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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