Shades of Bondi Blue #0099AA
Tints of Bondi Blue #0099AA
RGB
CMYK
RGB Variations
Color information
#0099AA (or 0x0099AA) is known color: Bondi Blue. HEX triplet: 00, 99 and AA. RGB value is (0,153,170). Sum of RGB (Red+Green+Blue) = 0+153+170=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #0099AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0099AA is #FF6655. Grayscale: #6C6C6C. Windows color (decimal): -16737878 or 11180288. OLE color: 11180288.
HSL color Cylindrical-coordinate representation of color #0099AA: hue angle of 186º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0099AA is Cyan = 1, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 0 | 153 | 170 | - |
CMYK | 1 | 0.1 | 0 | 0.33 |
HSL | 186º | 1% | 0.33% | - |
HSV(B) | 186º | 1% | 0.67% | - |
XYZ | 18.65 | 25.68 | 42.01 | - |
YUV | 109.19 | 162.31 | 50.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 153 | 170 | 1 | 0.1 | 0 | 0.33 | 186 | 1 | 0.33 |
Hex | 0 | 99 | AA | 64 | A | 0 | 21 | BA | 64 | 21 |
Octal | 0 | 231 | 252 | 144 | 12 | 0 | 41 | 272 | 144 | 41 |
Binary | 0 | 10011001 | 10101010 | 1100100 | 1010 | 0 | 100001 | 10111010 | 1100100 | 100001 |
Color Harmonies of #0099AA
Complementary color
Monochromatic Colors of #0099AA
Black with #0099AA
Text Example
Text Example
White with #0099AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0099AA; }
p { color: rgb(0,153,170); }
H1.HeaderClassName
{
color: #0099AA;
}
.AnyTagClassName
{
color: #0099AA;
}
</style>
background-color css
<style>
a { background-color: #0099AA; }
a { background-color: rgb(0,153,170); }
div.DivClassName
{
background-color: #0099AA;
}
.BgClassName
{
background-color: #0099AA;
}
</style>
border-color css
<style>
span { border-color: #0099AA; }
span { border-color: rgb(0,153,170); }
td.TdClassName
{
border-color: #0099AA;
}
.TagClassName
{
border-color: #0099AA;
}
</style>