Shades of Bondi Blue #099AAC
Tints of Bondi Blue #099AAC
RGB
CMYK
RGB Variations
Color information
#099AAC (or 0x099AAC) is known color: Bondi Blue. HEX triplet: 09, 9A and AC. RGB value is (9,154,172). Sum of RGB (Red+Green+Blue) = 9+154+172=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #099AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099AAC is #F66553. Grayscale: #707070. Windows color (decimal): -16147796 or 11311625. OLE color: 11311625.
HSL color Cylindrical-coordinate representation of color #099AAC: hue angle of 186.63º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099AAC is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 154 | 172 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.33 |
| HSL | 186.63º | 0.9% | 0.35% | - |
| HSV(B) | 186.63º | 0.95% | 0.67% | - |
| XYZ | 19.11 | 26.15 | 43.07 | - |
| YUV | 112.7 | 161.46 | 54.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 154 | 172 | 0.95 | 0.10 | 0 | 0.33 | 186.63 | 0.9 | 0.35 |
| Hex | 9 | 9A | AC | 5F | A | 0 | 21 | BB | 5A | 23 |
| Octal | 11 | 232 | 254 | 137 | 12 | 0 | 41 | 273 | 132 | 43 |
| Binary | 1001 | 10011010 | 10101100 | 1011111 | 1010 | 0 | 100001 | 10111011 | 1011010 | 100011 |
Color Harmonies of #099AAC
Complementary color
Monochromatic Colors of #099AAC
Black with #099AAC
Text Example
Text Example
White with #099AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099AAC; }
p { color: rgb(9,154,172); }
H1.HeaderClassName
{
color: #099AAC;
}
.AnyTagClassName
{
color: #099AAC;
}
</style>
background-color css
<style>
a { background-color: #099AAC; }
a { background-color: rgb(9,154,172); }
div.DivClassName
{
background-color: #099AAC;
}
.BgClassName
{
background-color: #099AAC;
}
</style>
border-color css
<style>
span { border-color: #099AAC; }
span { border-color: rgb(9,154,172); }
td.TdClassName
{
border-color: #099AAC;
}
.TagClassName
{
border-color: #099AAC;
}
</style>