Shades of Bondi Blue #009DAE
Tints of Bondi Blue #009DAE
RGB
CMYK
RGB Variations
Color information
#009DAE (or 0x009DAE) is known color: Bondi Blue. HEX triplet: 00, 9D and AE. RGB value is (0,157,174). Sum of RGB (Red+Green+Blue) = 0+157+174=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #009DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009DAE is #FF6251. Grayscale: #6F6F6F. Windows color (decimal): -16736850 or 11443456. OLE color: 11443456.
HSL color Cylindrical-coordinate representation of color #009DAE: hue angle of 185.86º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009DAE is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 157 | 174 | - |
| CMYK | 1 | 0.10 | 0 | 0.32 |
| HSL | 185.86º | 1% | 0.34% | - |
| HSV(B) | 185.86º | 1% | 0.68% | - |
| XYZ | 19.7 | 27.17 | 44.25 | - |
| YUV | 112 | 162.99 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 174 | 1 | 0.10 | 0 | 0.32 | 185.86 | 1 | 0.34 |
| Hex | 0 | 9D | AE | 64 | A | 0 | 20 | BA | 64 | 22 |
| Octal | 0 | 235 | 256 | 144 | 12 | 0 | 40 | 272 | 144 | 42 |
| Binary | 0 | 10011101 | 10101110 | 1100100 | 1010 | 0 | 100000 | 10111010 | 1100100 | 100010 |
Color Harmonies of #009DAE
Complementary color
Monochromatic Colors of #009DAE
Black with #009DAE
Text Example
Text Example
White with #009DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009DAE; }
p { color: rgb(0,157,174); }
H1.HeaderClassName
{
color: #009DAE;
}
.AnyTagClassName
{
color: #009DAE;
}
</style>
background-color css
<style>
a { background-color: #009DAE; }
a { background-color: rgb(0,157,174); }
div.DivClassName
{
background-color: #009DAE;
}
.BgClassName
{
background-color: #009DAE;
}
</style>
border-color css
<style>
span { border-color: #009DAE; }
span { border-color: rgb(0,157,174); }
td.TdClassName
{
border-color: #009DAE;
}
.TagClassName
{
border-color: #009DAE;
}
</style>