Shades of Bondi Blue #0099AE
Tints of Bondi Blue #0099AE
RGB
CMYK
RGB Variations
Color information
#0099AE (or 0x0099AE) is known color: Bondi Blue. HEX triplet: 00, 99 and AE. RGB value is (0,153,174). Sum of RGB (Red+Green+Blue) = 0+153+174=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #0099AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0099AE is #FF6651. Grayscale: #6D6D6D. Windows color (decimal): -16737874 or 11442432. OLE color: 11442432.
HSL color Cylindrical-coordinate representation of color #0099AE: hue angle of 187.24º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0099AE is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 153 | 174 | - |
| CMYK | 1 | 0.12 | 0 | 0.32 |
| HSL | 187.24º | 1% | 0.34% | - |
| HSV(B) | 187.24º | 1% | 0.68% | - |
| XYZ | 19.03 | 25.84 | 44.03 | - |
| YUV | 109.65 | 164.31 | 49.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 174 | 1 | 0.12 | 0 | 0.32 | 187.24 | 1 | 0.34 |
| Hex | 0 | 99 | AE | 64 | C | 0 | 20 | BB | 64 | 22 |
| Octal | 0 | 231 | 256 | 144 | 14 | 0 | 40 | 273 | 144 | 42 |
| Binary | 0 | 10011001 | 10101110 | 1100100 | 1100 | 0 | 100000 | 10111011 | 1100100 | 100010 |
Color Harmonies of #0099AE
Complementary color
Monochromatic Colors of #0099AE
Black with #0099AE
Text Example
Text Example
White with #0099AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0099AE; }
p { color: rgb(0,153,174); }
H1.HeaderClassName
{
color: #0099AE;
}
.AnyTagClassName
{
color: #0099AE;
}
</style>
background-color css
<style>
a { background-color: #0099AE; }
a { background-color: rgb(0,153,174); }
div.DivClassName
{
background-color: #0099AE;
}
.BgClassName
{
background-color: #0099AE;
}
</style>
border-color css
<style>
span { border-color: #0099AE; }
span { border-color: rgb(0,153,174); }
td.TdClassName
{
border-color: #0099AE;
}
.TagClassName
{
border-color: #0099AE;
}
</style>