Shades of Bondi Blue #099BAE
Tints of Bondi Blue #099BAE
RGB
CMYK
RGB Variations
Color information
#099BAE (or 0x099BAE) is known color: Bondi Blue. HEX triplet: 09, 9B and AE. RGB value is (9,155,174). Sum of RGB (Red+Green+Blue) = 9+155+174=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #099BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099BAE is #F66451. Grayscale: #717171. Windows color (decimal): -16147538 or 11442953. OLE color: 11442953.
HSL color Cylindrical-coordinate representation of color #099BAE: hue angle of 186.91º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099BAE is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 155 | 174 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.32 |
| HSL | 186.91º | 0.9% | 0.36% | - |
| HSV(B) | 186.91º | 0.95% | 0.68% | - |
| XYZ | 19.47 | 26.56 | 44.14 | - |
| YUV | 113.51 | 162.13 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 155 | 174 | 0.95 | 0.11 | 0 | 0.32 | 186.91 | 0.9 | 0.36 |
| Hex | 9 | 9B | AE | 5F | B | 0 | 20 | BB | 5A | 24 |
| Octal | 11 | 233 | 256 | 137 | 13 | 0 | 40 | 273 | 132 | 44 |
| Binary | 1001 | 10011011 | 10101110 | 1011111 | 1011 | 0 | 100000 | 10111011 | 1011010 | 100100 |
Color Harmonies of #099BAE
Complementary color
Monochromatic Colors of #099BAE
Black with #099BAE
Text Example
Text Example
White with #099BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099BAE; }
p { color: rgb(9,155,174); }
H1.HeaderClassName
{
color: #099BAE;
}
.AnyTagClassName
{
color: #099BAE;
}
</style>
background-color css
<style>
a { background-color: #099BAE; }
a { background-color: rgb(9,155,174); }
div.DivClassName
{
background-color: #099BAE;
}
.BgClassName
{
background-color: #099BAE;
}
</style>
border-color css
<style>
span { border-color: #099BAE; }
span { border-color: rgb(9,155,174); }
td.TdClassName
{
border-color: #099BAE;
}
.TagClassName
{
border-color: #099BAE;
}
</style>