Shades of Bondi Blue #0299AA
Tints of Bondi Blue #0299AA
RGB
CMYK
RGB Variations
Color information
#0299AA (or 0x0299AA) is known color: Bondi Blue. HEX triplet: 02, 99 and AA. RGB value is (2,153,170). Sum of RGB (Red+Green+Blue) = 2+153+170=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #0299AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0299AA is #FD6655. Grayscale: #6D6D6D. Windows color (decimal): -16606806 or 11180290. OLE color: 11180290.
HSL color Cylindrical-coordinate representation of color #0299AA: hue angle of 186.07º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0299AA is Cyan = 0.99, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 153 | 170 | - |
| CMYK | 0.99 | 0.1 | 0 | 0.33 |
| HSL | 186.07º | 0.98% | 0.34% | - |
| HSV(B) | 186.07º | 0.99% | 0.67% | - |
| XYZ | 18.67 | 25.7 | 42.01 | - |
| YUV | 109.79 | 161.97 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 153 | 170 | 0.99 | 0.1 | 0 | 0.33 | 186.07 | 0.98 | 0.34 |
| Hex | 2 | 99 | AA | 63 | A | 0 | 21 | BA | 62 | 22 |
| Octal | 2 | 231 | 252 | 143 | 12 | 0 | 41 | 272 | 142 | 42 |
| Binary | 10 | 10011001 | 10101010 | 1100011 | 1010 | 0 | 100001 | 10111010 | 1100010 | 100010 |
Color Harmonies of #0299AA
Complementary color
Monochromatic Colors of #0299AA
Black with #0299AA
Text Example
Text Example
White with #0299AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0299AA; }
p { color: rgb(2,153,170); }
H1.HeaderClassName
{
color: #0299AA;
}
.AnyTagClassName
{
color: #0299AA;
}
</style>
background-color css
<style>
a { background-color: #0299AA; }
a { background-color: rgb(2,153,170); }
div.DivClassName
{
background-color: #0299AA;
}
.BgClassName
{
background-color: #0299AA;
}
</style>
border-color css
<style>
span { border-color: #0299AA; }
span { border-color: rgb(2,153,170); }
td.TdClassName
{
border-color: #0299AA;
}
.TagClassName
{
border-color: #0299AA;
}
</style>