Shades of Bondi Blue #099EAC
Tints of Bondi Blue #099EAC
RGB
CMYK
RGB Variations
Color information
#099EAC (or 0x099EAC) is known color: Bondi Blue. HEX triplet: 09, 9E and AC. RGB value is (9,158,172). Sum of RGB (Red+Green+Blue) = 9+158+172=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 158 (62.11% from 255 or 46.61% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #099EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099EAC is #F66153. Grayscale: #727272. Windows color (decimal): -16146772 or 11312649. OLE color: 11312649.
HSL color Cylindrical-coordinate representation of color #099EAC: hue angle of 185.15º 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 #099EAC is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 158 | 172 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.33 |
| HSL | 185.15º | 0.9% | 0.35% | - |
| HSV(B) | 185.15º | 0.95% | 0.67% | - |
| XYZ | 19.79 | 27.49 | 43.29 | - |
| YUV | 115.05 | 160.14 | 52.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 158 | 172 | 0.95 | 0.08 | 0 | 0.33 | 185.15 | 0.9 | 0.35 |
| Hex | 9 | 9E | AC | 5F | 8 | 0 | 21 | B9 | 5A | 23 |
| Octal | 11 | 236 | 254 | 137 | 10 | 0 | 41 | 271 | 132 | 43 |
| Binary | 1001 | 10011110 | 10101100 | 1011111 | 1000 | 0 | 100001 | 10111001 | 1011010 | 100011 |
Color Harmonies of #099EAC
Complementary color
Monochromatic Colors of #099EAC
Black with #099EAC
Text Example
Text Example
White with #099EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099EAC; }
p { color: rgb(9,158,172); }
H1.HeaderClassName
{
color: #099EAC;
}
.AnyTagClassName
{
color: #099EAC;
}
</style>
background-color css
<style>
a { background-color: #099EAC; }
a { background-color: rgb(9,158,172); }
div.DivClassName
{
background-color: #099EAC;
}
.BgClassName
{
background-color: #099EAC;
}
</style>
border-color css
<style>
span { border-color: #099EAC; }
span { border-color: rgb(9,158,172); }
td.TdClassName
{
border-color: #099EAC;
}
.TagClassName
{
border-color: #099EAC;
}
</style>