Shades of Bondi Blue #099DA8
Tints of Bondi Blue #099DA8
RGB
CMYK
RGB Variations
Color information
#099DA8 (or 0x099DA8) is known color: Bondi Blue. HEX triplet: 09, 9D and A8. RGB value is (9,157,168). Sum of RGB (Red+Green+Blue) = 9+157+168=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 157 (61.72% from 255 or 47.01% from 334); Blue value is 168 (66.02% from 255 or 50.30% from 334); Max value from RGB is 168 - color contains mainly: blue. Hex color #099DA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099DA8 is #F66257. Grayscale: #717171. Windows color (decimal): -16147032 or 11050249. OLE color: 11050249.
HSL color Cylindrical-coordinate representation of color #099DA8: hue angle of 184.15º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099DA8 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 9 | 157 | 168 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.34 |
| HSL | 184.15º | 0.9% | 0.35% | - |
| HSV(B) | 184.15º | 0.95% | 0.66% | - |
| XYZ | 19.24 | 27 | 41.24 | - |
| YUV | 114 | 158.47 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 168 | 0.95 | 0.07 | 0 | 0.34 | 184.15 | 0.9 | 0.35 |
| Hex | 9 | 9D | A8 | 5F | 7 | 0 | 22 | B8 | 5A | 23 |
| Octal | 11 | 235 | 250 | 137 | 7 | 0 | 42 | 270 | 132 | 43 |
| Binary | 1001 | 10011101 | 10101000 | 1011111 | 111 | 0 | 100010 | 10111000 | 1011010 | 100011 |
Color Harmonies of #099DA8
Complementary color
Monochromatic Colors of #099DA8
Black with #099DA8
Text Example
Text Example
White with #099DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099DA8; }
p { color: rgb(9,157,168); }
H1.HeaderClassName
{
color: #099DA8;
}
.AnyTagClassName
{
color: #099DA8;
}
</style>
background-color css
<style>
a { background-color: #099DA8; }
a { background-color: rgb(9,157,168); }
div.DivClassName
{
background-color: #099DA8;
}
.BgClassName
{
background-color: #099DA8;
}
</style>
border-color css
<style>
span { border-color: #099DA8; }
span { border-color: rgb(9,157,168); }
td.TdClassName
{
border-color: #099DA8;
}
.TagClassName
{
border-color: #099DA8;
}
</style>