Shades of Bondi Blue #009DA8
Tints of Bondi Blue #009DA8
RGB
CMYK
RGB Variations
Color information
#009DA8 (or 0x009DA8) is known color: Bondi Blue. HEX triplet: 00, 9D and A8. RGB value is (0,157,168). Sum of RGB (Red+Green+Blue) = 0+157+168=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 157 (61.72% from 255 or 48.31% from 325); Blue value is 168 (66.02% from 255 or 51.69% from 325); Max value from RGB is 168 - color contains mainly: blue. Hex color #009DA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009DA8 is #FF6257. Grayscale: #6F6F6F. Windows color (decimal): -16736856 or 11050240. OLE color: 11050240.
HSL color Cylindrical-coordinate representation of color #009DA8: hue angle of 183.93º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009DA8 is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 157 | 168 | - |
| CMYK | 1 | 0.07 | 0 | 0.34 |
| HSL | 183.93º | 1% | 0.33% | - |
| HSV(B) | 183.93º | 1% | 0.66% | - |
| XYZ | 19.12 | 26.94 | 41.24 | - |
| YUV | 111.31 | 159.99 | 48.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 168 | 1 | 0.07 | 0 | 0.34 | 183.93 | 1 | 0.33 |
| Hex | 0 | 9D | A8 | 64 | 7 | 0 | 22 | B8 | 64 | 21 |
| Octal | 0 | 235 | 250 | 144 | 7 | 0 | 42 | 270 | 144 | 41 |
| Binary | 0 | 10011101 | 10101000 | 1100100 | 111 | 0 | 100010 | 10111000 | 1100100 | 100001 |
Color Harmonies of #009DA8
Complementary color
Monochromatic Colors of #009DA8
Black with #009DA8
Text Example
Text Example
White with #009DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009DA8; }
p { color: rgb(0,157,168); }
H1.HeaderClassName
{
color: #009DA8;
}
.AnyTagClassName
{
color: #009DA8;
}
</style>
background-color css
<style>
a { background-color: #009DA8; }
a { background-color: rgb(0,157,168); }
div.DivClassName
{
background-color: #009DA8;
}
.BgClassName
{
background-color: #009DA8;
}
</style>
border-color css
<style>
span { border-color: #009DA8; }
span { border-color: rgb(0,157,168); }
td.TdClassName
{
border-color: #009DA8;
}
.TagClassName
{
border-color: #009DA8;
}
</style>