#009BAB

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

Shades of Bondi Blue #009BAB

Tints of Bondi Blue #009BAB

Color information

#009BAB (or 0x009BAB) is unknown color: approx 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

RGB0155171-
CMYK10.0900.33
HSL185.61º100%33.53%-
HSV(B)185.61º100%67.06%-
XYZ19.0726.3842.62-
YUV110.48162.1549.2-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal015517110.0900.33185.6110033.53
Hex09BAB649021ba6422
Octal02332531441104127214442
Binary01001101110101011110010010010100001101110101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>