Shades of Bondi Blue #0196B9
Tints of Bondi Blue #0196B9
RGB
CMYK
RGB Variations
Color information
#0196B9 (or 0x0196B9) is known color: Bondi Blue. HEX triplet: 01, 96 and B9. RGB value is (1,150,185). Sum of RGB (Red+Green+Blue) = 1+150+185=336 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 185 (72.66% from 255 or 55.06% from 336); Max value from RGB is 185 - color contains mainly: blue. Hex color #0196B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0196B9 is #FE6946. Grayscale: #6D6D6D. Windows color (decimal): -16673095 or 12162561. OLE color: 12162561.
HSL color Cylindrical-coordinate representation of color #0196B9: hue angle of 191.41º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0196B9 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 150 | 185 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.27 |
| HSL | 191.41º | 0.99% | 0.36% | - |
| HSV(B) | 191.41º | 0.99% | 0.73% | - |
| XYZ | 19.68 | 25.32 | 49.75 | - |
| YUV | 109.44 | 170.64 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 150 | 185 | 0.99 | 0.19 | 0 | 0.27 | 191.41 | 0.99 | 0.36 |
| Hex | 1 | 96 | B9 | 63 | 13 | 0 | 1B | BF | 63 | 24 |
| Octal | 1 | 226 | 271 | 143 | 23 | 0 | 33 | 277 | 143 | 44 |
| Binary | 1 | 10010110 | 10111001 | 1100011 | 10011 | 0 | 11011 | 10111111 | 1100011 | 100100 |
Color Harmonies of #0196B9
Complementary color
Monochromatic Colors of #0196B9
Black with #0196B9
Text Example
Text Example
White with #0196B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0196B9; }
p { color: rgb(1,150,185); }
H1.HeaderClassName
{
color: #0196B9;
}
.AnyTagClassName
{
color: #0196B9;
}
</style>
background-color css
<style>
a { background-color: #0196B9; }
a { background-color: rgb(1,150,185); }
div.DivClassName
{
background-color: #0196B9;
}
.BgClassName
{
background-color: #0196B9;
}
</style>
border-color css
<style>
span { border-color: #0196B9; }
span { border-color: rgb(1,150,185); }
td.TdClassName
{
border-color: #0196B9;
}
.TagClassName
{
border-color: #0196B9;
}
</style>