Shades of Bondi Blue #0196BC
Tints of Bondi Blue #0196BC
RGB
CMYK
RGB Variations
Color information
#0196BC (or 0x0196BC) is known color: Bondi Blue. HEX triplet: 01, 96 and BC. RGB value is (1,150,188). Sum of RGB (Red+Green+Blue) = 1+150+188=339 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #0196BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0196BC is #FE6943. Grayscale: #6D6D6D. Windows color (decimal): -16673092 or 12359169. OLE color: 12359169.
HSL color Cylindrical-coordinate representation of color #0196BC: hue angle of 192.19º degrees, saturation: 0.99, 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 #0196BC is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 150 | 188 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.26 |
| HSL | 192.19º | 0.99% | 0.37% | - |
| HSV(B) | 192.19º | 0.99% | 0.74% | - |
| XYZ | 20 | 25.45 | 51.44 | - |
| YUV | 109.78 | 172.14 | 50.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 150 | 188 | 0.99 | 0.20 | 0 | 0.26 | 192.19 | 0.99 | 0.37 |
| Hex | 1 | 96 | BC | 63 | 14 | 0 | 1A | C0 | 63 | 25 |
| Octal | 1 | 226 | 274 | 143 | 24 | 0 | 32 | 300 | 143 | 45 |
| Binary | 1 | 10010110 | 10111100 | 1100011 | 10100 | 0 | 11010 | 11000000 | 1100011 | 100101 |
Color Harmonies of #0196BC
Complementary color
Monochromatic Colors of #0196BC
Black with #0196BC
Text Example
Text Example
White with #0196BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0196BC; }
p { color: rgb(1,150,188); }
H1.HeaderClassName
{
color: #0196BC;
}
.AnyTagClassName
{
color: #0196BC;
}
</style>
background-color css
<style>
a { background-color: #0196BC; }
a { background-color: rgb(1,150,188); }
div.DivClassName
{
background-color: #0196BC;
}
.BgClassName
{
background-color: #0196BC;
}
</style>
border-color css
<style>
span { border-color: #0196BC; }
span { border-color: rgb(1,150,188); }
td.TdClassName
{
border-color: #0196BC;
}
.TagClassName
{
border-color: #0196BC;
}
</style>