Shades of Bondi Blue #009AAF
Tints of Bondi Blue #009AAF
RGB
CMYK
RGB Variations
Color information
#009AAF (or 0x009AAF) is known color: Bondi Blue. HEX triplet: 00, 9A and AF. RGB value is (0,154,175). Sum of RGB (Red+Green+Blue) = 0+154+175=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 154 (60.55% from 255 or 46.81% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #009AAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009AAF is #FF6550. Grayscale: #6E6E6E. Windows color (decimal): -16737617 or 11508224. OLE color: 11508224.
HSL color Cylindrical-coordinate representation of color #009AAF: hue angle of 187.2º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009AAF is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 154 | 175 | - |
| CMYK | 1 | 0.12 | 0 | 0.31 |
| HSL | 187.2º | 1% | 0.34% | - |
| HSV(B) | 187.2º | 1% | 0.69% | - |
| XYZ | 19.29 | 26.21 | 44.6 | - |
| YUV | 110.35 | 164.48 | 49.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 154 | 175 | 1 | 0.12 | 0 | 0.31 | 187.2 | 1 | 0.34 |
| Hex | 0 | 9A | AF | 64 | C | 0 | 1F | BB | 64 | 22 |
| Octal | 0 | 232 | 257 | 144 | 14 | 0 | 37 | 273 | 144 | 42 |
| Binary | 0 | 10011010 | 10101111 | 1100100 | 1100 | 0 | 11111 | 10111011 | 1100100 | 100010 |
Color Harmonies of #009AAF
Complementary color
Monochromatic Colors of #009AAF
Black with #009AAF
Text Example
Text Example
White with #009AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009AAF; }
p { color: rgb(0,154,175); }
H1.HeaderClassName
{
color: #009AAF;
}
.AnyTagClassName
{
color: #009AAF;
}
</style>
background-color css
<style>
a { background-color: #009AAF; }
a { background-color: rgb(0,154,175); }
div.DivClassName
{
background-color: #009AAF;
}
.BgClassName
{
background-color: #009AAF;
}
</style>
border-color css
<style>
span { border-color: #009AAF; }
span { border-color: rgb(0,154,175); }
td.TdClassName
{
border-color: #009AAF;
}
.TagClassName
{
border-color: #009AAF;
}
</style>