Shades of Bondi Blue #0296AB
Tints of Bondi Blue #0296AB
RGB
CMYK
RGB Variations
Color information
#0296AB (or 0x0296AB) is known color: Bondi Blue. HEX triplet: 02, 96 and AB. RGB value is (2,150,171). Sum of RGB (Red+Green+Blue) = 2+150+171=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #0296AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0296AB is #FD6954. Grayscale: #6B6B6B. Windows color (decimal): -16607573 or 11245058. OLE color: 11245058.
HSL color Cylindrical-coordinate representation of color #0296AB: hue angle of 187.46º 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 #0296AB is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 150 | 171 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.33 |
| HSL | 187.46º | 0.98% | 0.34% | - |
| HSV(B) | 187.46º | 0.99% | 0.67% | - |
| XYZ | 18.28 | 24.77 | 42.34 | - |
| YUV | 108.14 | 163.47 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 150 | 171 | 0.99 | 0.12 | 0 | 0.33 | 187.46 | 0.98 | 0.34 |
| Hex | 2 | 96 | AB | 63 | C | 0 | 21 | BB | 62 | 22 |
| Octal | 2 | 226 | 253 | 143 | 14 | 0 | 41 | 273 | 142 | 42 |
| Binary | 10 | 10010110 | 10101011 | 1100011 | 1100 | 0 | 100001 | 10111011 | 1100010 | 100010 |
Color Harmonies of #0296AB
Complementary color
Monochromatic Colors of #0296AB
Black with #0296AB
Text Example
Text Example
White with #0296AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0296AB; }
p { color: rgb(2,150,171); }
H1.HeaderClassName
{
color: #0296AB;
}
.AnyTagClassName
{
color: #0296AB;
}
</style>
background-color css
<style>
a { background-color: #0296AB; }
a { background-color: rgb(2,150,171); }
div.DivClassName
{
background-color: #0296AB;
}
.BgClassName
{
background-color: #0296AB;
}
</style>
border-color css
<style>
span { border-color: #0296AB; }
span { border-color: rgb(2,150,171); }
td.TdClassName
{
border-color: #0296AB;
}
.TagClassName
{
border-color: #0296AB;
}
</style>