Shades of Bondi Blue #0099AD
Tints of Bondi Blue #0099AD
RGB
CMYK
RGB Variations
Color information
#0099AD (or 0x0099AD) is known color: Bondi Blue. HEX triplet: 00, 99 and AD. RGB value is (0,153,173). Sum of RGB (Red+Green+Blue) = 0+153+173=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #0099AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0099AD is #FF6652. Grayscale: #6D6D6D. Windows color (decimal): -16737875 or 11376896. OLE color: 11376896.
HSL color Cylindrical-coordinate representation of color #0099AD: hue angle of 186.94º 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 #0099AD is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 153 | 173 | - |
| CMYK | 1 | 0.12 | 0 | 0.32 |
| HSL | 186.94º | 1% | 0.34% | - |
| HSV(B) | 186.94º | 1% | 0.68% | - |
| XYZ | 18.93 | 25.8 | 43.52 | - |
| YUV | 109.53 | 163.81 | 49.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 173 | 1 | 0.12 | 0 | 0.32 | 186.94 | 1 | 0.34 |
| Hex | 0 | 99 | AD | 64 | C | 0 | 20 | BB | 64 | 22 |
| Octal | 0 | 231 | 255 | 144 | 14 | 0 | 40 | 273 | 144 | 42 |
| Binary | 0 | 10011001 | 10101101 | 1100100 | 1100 | 0 | 100000 | 10111011 | 1100100 | 100010 |
Color Harmonies of #0099AD
Complementary color
Monochromatic Colors of #0099AD
Black with #0099AD
Text Example
Text Example
White with #0099AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0099AD; }
p { color: rgb(0,153,173); }
H1.HeaderClassName
{
color: #0099AD;
}
.AnyTagClassName
{
color: #0099AD;
}
</style>
background-color css
<style>
a { background-color: #0099AD; }
a { background-color: rgb(0,153,173); }
div.DivClassName
{
background-color: #0099AD;
}
.BgClassName
{
background-color: #0099AD;
}
</style>
border-color css
<style>
span { border-color: #0099AD; }
span { border-color: rgb(0,153,173); }
td.TdClassName
{
border-color: #0099AD;
}
.TagClassName
{
border-color: #0099AD;
}
</style>