Shades of Bondi Blue #009FAE
Tints of Bondi Blue #009FAE
RGB
CMYK
RGB Variations
Color information
#009FAE (or 0x009FAE) is known color: Bondi Blue. HEX triplet: 00, 9F and AE. RGB value is (0,159,174). Sum of RGB (Red+Green+Blue) = 0+159+174=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 159 (62.5% from 255 or 47.75% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #009FAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009FAE is #FF6051. Grayscale: #707070. Windows color (decimal): -16736338 or 11443968. OLE color: 11443968.
HSL color Cylindrical-coordinate representation of color #009FAE: hue angle of 185.17º 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 #009FAE is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 159 | 174 | - |
| CMYK | 1 | 0.09 | 0 | 0.32 |
| HSL | 185.17º | 1% | 0.34% | - |
| HSV(B) | 185.17º | 1% | 0.68% | - |
| XYZ | 20.04 | 27.85 | 44.36 | - |
| YUV | 113.17 | 162.32 | 47.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 174 | 1 | 0.09 | 0 | 0.32 | 185.17 | 1 | 0.34 |
| Hex | 0 | 9F | AE | 64 | 9 | 0 | 20 | B9 | 64 | 22 |
| Octal | 0 | 237 | 256 | 144 | 11 | 0 | 40 | 271 | 144 | 42 |
| Binary | 0 | 10011111 | 10101110 | 1100100 | 1001 | 0 | 100000 | 10111001 | 1100100 | 100010 |
Color Harmonies of #009FAE
Complementary color
Monochromatic Colors of #009FAE
Black with #009FAE
Text Example
Text Example
White with #009FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009FAE; }
p { color: rgb(0,159,174); }
H1.HeaderClassName
{
color: #009FAE;
}
.AnyTagClassName
{
color: #009FAE;
}
</style>
background-color css
<style>
a { background-color: #009FAE; }
a { background-color: rgb(0,159,174); }
div.DivClassName
{
background-color: #009FAE;
}
.BgClassName
{
background-color: #009FAE;
}
</style>
border-color css
<style>
span { border-color: #009FAE; }
span { border-color: rgb(0,159,174); }
td.TdClassName
{
border-color: #009FAE;
}
.TagClassName
{
border-color: #009FAE;
}
</style>