Shades of Bondi Blue #009DAB
Tints of Bondi Blue #009DAB
RGB
CMYK
RGB Variations
Color information
#009DAB (or 0x009DAB) is known color: 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
| RGB | 0 | 157 | 171 | - |
| CMYK | 1 | 0.08 | 0 | 0.33 |
| HSL | 184.91º | 1% | 0.34% | - |
| HSV(B) | 184.91º | 1% | 0.67% | - |
| XYZ | 19.41 | 27.05 | 42.73 | - |
| YUV | 111.65 | 161.49 | 48.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 171 | 1 | 0.08 | 0 | 0.33 | 184.91 | 1 | 0.34 |
| Hex | 0 | 9D | AB | 64 | 8 | 0 | 21 | B9 | 64 | 22 |
| Octal | 0 | 235 | 253 | 144 | 10 | 0 | 41 | 271 | 144 | 42 |
| Binary | 0 | 10011101 | 10101011 | 1100100 | 1000 | 0 | 100001 | 10111001 | 1100100 | 100010 |
Color Harmonies of #009DAB
Complementary color
Monochromatic Colors of #009DAB
Black with #009DAB
Text Example
Text Example
White with #009DAB
Text Example
Text Example
HTML Codes & Css Web 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>