Shades of Bondi Blue #0296AC
Tints of Bondi Blue #0296AC
RGB
CMYK
RGB Variations
Color information
#0296AC (or 0x0296AC) is known color: Bondi Blue. HEX triplet: 02, 96 and AC. RGB value is (2,150,172). Sum of RGB (Red+Green+Blue) = 2+150+172=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #0296AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0296AC is #FD6953. Grayscale: #6C6C6C. Windows color (decimal): -16607572 or 11310594. OLE color: 11310594.
HSL color Cylindrical-coordinate representation of color #0296AC: hue angle of 187.76º 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 #0296AC is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 150 | 172 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.33 |
| HSL | 187.76º | 0.98% | 0.34% | - |
| HSV(B) | 187.76º | 0.99% | 0.67% | - |
| XYZ | 18.38 | 24.8 | 42.85 | - |
| YUV | 108.26 | 163.97 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 150 | 172 | 0.99 | 0.13 | 0 | 0.33 | 187.76 | 0.98 | 0.34 |
| Hex | 2 | 96 | AC | 63 | D | 0 | 21 | BC | 62 | 22 |
| Octal | 2 | 226 | 254 | 143 | 15 | 0 | 41 | 274 | 142 | 42 |
| Binary | 10 | 10010110 | 10101100 | 1100011 | 1101 | 0 | 100001 | 10111100 | 1100010 | 100010 |
Color Harmonies of #0296AC
Complementary color
Monochromatic Colors of #0296AC
Black with #0296AC
Text Example
Text Example
White with #0296AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0296AC; }
p { color: rgb(2,150,172); }
H1.HeaderClassName
{
color: #0296AC;
}
.AnyTagClassName
{
color: #0296AC;
}
</style>
background-color css
<style>
a { background-color: #0296AC; }
a { background-color: rgb(2,150,172); }
div.DivClassName
{
background-color: #0296AC;
}
.BgClassName
{
background-color: #0296AC;
}
</style>
border-color css
<style>
span { border-color: #0296AC; }
span { border-color: rgb(2,150,172); }
td.TdClassName
{
border-color: #0296AC;
}
.TagClassName
{
border-color: #0296AC;
}
</style>