Shades of Bondi Blue #0296BC
Tints of Bondi Blue #0296BC
RGB
CMYK
RGB Variations
Color information
#0296BC (or 0x0296BC) is known color: Bondi Blue. HEX triplet: 02, 96 and BC. RGB value is (2,150,188). Sum of RGB (Red+Green+Blue) = 2+150+188=340 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #0296BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0296BC is #FD6943. Grayscale: #6D6D6D. Windows color (decimal): -16607556 or 12359170. OLE color: 12359170.
HSL color Cylindrical-coordinate representation of color #0296BC: hue angle of 192.26º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0296BC is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 150 | 188 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.26 |
| HSL | 192.26º | 0.98% | 0.37% | - |
| HSV(B) | 192.26º | 0.99% | 0.74% | - |
| XYZ | 20.01 | 25.46 | 51.44 | - |
| YUV | 110.08 | 171.97 | 50.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 150 | 188 | 0.99 | 0.20 | 0 | 0.26 | 192.26 | 0.98 | 0.37 |
| Hex | 2 | 96 | BC | 63 | 14 | 0 | 1A | C0 | 62 | 25 |
| Octal | 2 | 226 | 274 | 143 | 24 | 0 | 32 | 300 | 142 | 45 |
| Binary | 10 | 10010110 | 10111100 | 1100011 | 10100 | 0 | 11010 | 11000000 | 1100010 | 100101 |
Color Harmonies of #0296BC
Complementary color
Monochromatic Colors of #0296BC
Black with #0296BC
Text Example
Text Example
White with #0296BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0296BC; }
p { color: rgb(2,150,188); }
H1.HeaderClassName
{
color: #0296BC;
}
.AnyTagClassName
{
color: #0296BC;
}
</style>
background-color css
<style>
a { background-color: #0296BC; }
a { background-color: rgb(2,150,188); }
div.DivClassName
{
background-color: #0296BC;
}
.BgClassName
{
background-color: #0296BC;
}
</style>
border-color css
<style>
span { border-color: #0296BC; }
span { border-color: rgb(2,150,188); }
td.TdClassName
{
border-color: #0296BC;
}
.TagClassName
{
border-color: #0296BC;
}
</style>