Shades of Bondi Blue #0299AB
Tints of Bondi Blue #0299AB
RGB
CMYK
RGB Variations
Color information
#0299AB (or 0x0299AB) is known color: Bondi Blue. HEX triplet: 02, 99 and AB. RGB value is (2,153,171). Sum of RGB (Red+Green+Blue) = 2+153+171=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #0299AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0299AB is #FD6654. Grayscale: #6D6D6D. Windows color (decimal): -16606805 or 11245826. OLE color: 11245826.
HSL color Cylindrical-coordinate representation of color #0299AB: hue angle of 186.39º 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 #0299AB is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 153 | 171 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.33 |
| HSL | 186.39º | 0.98% | 0.34% | - |
| HSV(B) | 186.39º | 0.99% | 0.67% | - |
| XYZ | 18.77 | 25.74 | 42.51 | - |
| YUV | 109.9 | 162.47 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 153 | 171 | 0.99 | 0.11 | 0 | 0.33 | 186.39 | 0.98 | 0.34 |
| Hex | 2 | 99 | AB | 63 | B | 0 | 21 | BA | 62 | 22 |
| Octal | 2 | 231 | 253 | 143 | 13 | 0 | 41 | 272 | 142 | 42 |
| Binary | 10 | 10011001 | 10101011 | 1100011 | 1011 | 0 | 100001 | 10111010 | 1100010 | 100010 |
Color Harmonies of #0299AB
Complementary color
Monochromatic Colors of #0299AB
Black with #0299AB
Text Example
Text Example
White with #0299AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0299AB; }
p { color: rgb(2,153,171); }
H1.HeaderClassName
{
color: #0299AB;
}
.AnyTagClassName
{
color: #0299AB;
}
</style>
background-color css
<style>
a { background-color: #0299AB; }
a { background-color: rgb(2,153,171); }
div.DivClassName
{
background-color: #0299AB;
}
.BgClassName
{
background-color: #0299AB;
}
</style>
border-color css
<style>
span { border-color: #0299AB; }
span { border-color: rgb(2,153,171); }
td.TdClassName
{
border-color: #0299AB;
}
.TagClassName
{
border-color: #0299AB;
}
</style>