Shades of Bondi Blue #0196BE
Tints of Bondi Blue #0196BE
RGB
CMYK
RGB Variations
Color information
#0196BE (or 0x0196BE) is known color: Bondi Blue. HEX triplet: 01, 96 and BE. RGB value is (1,150,190). Sum of RGB (Red+Green+Blue) = 1+150+190=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #0196BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0196BE is #FE6941. Grayscale: #6D6D6D. Windows color (decimal): -16673090 or 12490241. OLE color: 12490241.
HSL color Cylindrical-coordinate representation of color #0196BE: hue angle of 192.7º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0196BE is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 150 | 190 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.25 |
| HSL | 192.7º | 0.99% | 0.37% | - |
| HSV(B) | 192.7º | 0.99% | 0.75% | - |
| XYZ | 20.21 | 25.54 | 52.58 | - |
| YUV | 110.01 | 173.14 | 50.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 150 | 190 | 0.99 | 0.21 | 0 | 0.25 | 192.7 | 0.99 | 0.37 |
| Hex | 1 | 96 | BE | 63 | 15 | 0 | 19 | C1 | 63 | 25 |
| Octal | 1 | 226 | 276 | 143 | 25 | 0 | 31 | 301 | 143 | 45 |
| Binary | 1 | 10010110 | 10111110 | 1100011 | 10101 | 0 | 11001 | 11000001 | 1100011 | 100101 |
Color Harmonies of #0196BE
Complementary color
Monochromatic Colors of #0196BE
Black with #0196BE
Text Example
Text Example
White with #0196BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0196BE; }
p { color: rgb(1,150,190); }
H1.HeaderClassName
{
color: #0196BE;
}
.AnyTagClassName
{
color: #0196BE;
}
</style>
background-color css
<style>
a { background-color: #0196BE; }
a { background-color: rgb(1,150,190); }
div.DivClassName
{
background-color: #0196BE;
}
.BgClassName
{
background-color: #0196BE;
}
</style>
border-color css
<style>
span { border-color: #0196BE; }
span { border-color: rgb(1,150,190); }
td.TdClassName
{
border-color: #0196BE;
}
.TagClassName
{
border-color: #0196BE;
}
</style>