Shades of Bondi Blue #0196A9
Tints of Bondi Blue #0196A9
RGB
CMYK
RGB Variations
Color information
#0196A9 (or 0x0196A9) is known color: Bondi Blue. HEX triplet: 01, 96 and A9. RGB value is (1,150,169). Sum of RGB (Red+Green+Blue) = 1+150+169=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 169 (66.41% from 255 or 52.81% from 320); Max value from RGB is 169 - color contains mainly: blue. Hex color #0196A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0196A9 is #FE6956. Grayscale: #6B6B6B. Windows color (decimal): -16673111 or 11113985. OLE color: 11113985.
HSL color Cylindrical-coordinate representation of color #0196A9: hue angle of 186.79º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0196A9 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 1 | 150 | 169 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.34 |
| HSL | 186.79º | 0.99% | 0.33% | - |
| HSV(B) | 186.79º | 0.99% | 0.66% | - |
| XYZ | 18.08 | 24.68 | 41.35 | - |
| YUV | 107.62 | 162.64 | 51.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 150 | 169 | 0.99 | 0.11 | 0 | 0.34 | 186.79 | 0.99 | 0.33 |
| Hex | 1 | 96 | A9 | 63 | B | 0 | 22 | BB | 63 | 21 |
| Octal | 1 | 226 | 251 | 143 | 13 | 0 | 42 | 273 | 143 | 41 |
| Binary | 1 | 10010110 | 10101001 | 1100011 | 1011 | 0 | 100010 | 10111011 | 1100011 | 100001 |
Color Harmonies of #0196A9
Complementary color
Monochromatic Colors of #0196A9
Black with #0196A9
Text Example
Text Example
White with #0196A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0196A9; }
p { color: rgb(1,150,169); }
H1.HeaderClassName
{
color: #0196A9;
}
.AnyTagClassName
{
color: #0196A9;
}
</style>
background-color css
<style>
a { background-color: #0196A9; }
a { background-color: rgb(1,150,169); }
div.DivClassName
{
background-color: #0196A9;
}
.BgClassName
{
background-color: #0196A9;
}
</style>
border-color css
<style>
span { border-color: #0196A9; }
span { border-color: rgb(1,150,169); }
td.TdClassName
{
border-color: #0196A9;
}
.TagClassName
{
border-color: #0196A9;
}
</style>