#009DAB

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

Shades of Bondi Blue #009DAB

Tints of Bondi Blue #009DAB

Color information

#009DAB (or 0x009DAB) is unknown color: approx Bondi Blue. HEX triplet: 00, 9D and AB. RGB value is (0,157,171). Sum of RGB (Red+Green+Blue) = 0+157+171=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #009DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009DAB is #FF6254. Grayscale: #6F6F6F. Windows color (decimal): -16736853 or 11246848. OLE color: 11246848.

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

Color convert

RGB0157171-
CMYK10.0800.33
HSL184.91º100%33.53%-
HSV(B)184.91º100%67.06%-
XYZ19.4127.0542.73-
YUV111.65161.4948.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 157 (61.72% from 255) = 47.87%
BLUE value IS 171 (67.19% from 255) = 52.13%
R=0%
G=47.87%
B=52.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal015717110.0800.33184.9110033.53
Hex09DAB648021b96422
Octal02352531441004127114442
Binary01001110110101011110010010000100001101110011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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