Shades of Bondi Blue #0196AA
Tints of Bondi Blue #0196AA
RGB
CMYK
RGB Variations
Color information
#0196AA (or 0x0196AA) is known color: Bondi Blue. HEX triplet: 01, 96 and AA. RGB value is (1,150,170). Sum of RGB (Red+Green+Blue) = 1+150+170=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #0196AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0196AA is #FE6955. Grayscale: #6B6B6B. Windows color (decimal): -16673110 or 11179521. OLE color: 11179521.
HSL color Cylindrical-coordinate representation of color #0196AA: hue angle of 187.1º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0196AA is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 150 | 170 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.33 |
| HSL | 187.1º | 0.99% | 0.34% | - |
| HSV(B) | 187.1º | 0.99% | 0.67% | - |
| XYZ | 18.17 | 24.72 | 41.84 | - |
| YUV | 107.73 | 163.14 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 150 | 170 | 0.99 | 0.12 | 0 | 0.33 | 187.1 | 0.99 | 0.34 |
| Hex | 1 | 96 | AA | 63 | C | 0 | 21 | BB | 63 | 22 |
| Octal | 1 | 226 | 252 | 143 | 14 | 0 | 41 | 273 | 143 | 42 |
| Binary | 1 | 10010110 | 10101010 | 1100011 | 1100 | 0 | 100001 | 10111011 | 1100011 | 100010 |
Color Harmonies of #0196AA
Complementary color
Monochromatic Colors of #0196AA
Black with #0196AA
Text Example
Text Example
White with #0196AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0196AA; }
p { color: rgb(1,150,170); }
H1.HeaderClassName
{
color: #0196AA;
}
.AnyTagClassName
{
color: #0196AA;
}
</style>
background-color css
<style>
a { background-color: #0196AA; }
a { background-color: rgb(1,150,170); }
div.DivClassName
{
background-color: #0196AA;
}
.BgClassName
{
background-color: #0196AA;
}
</style>
border-color css
<style>
span { border-color: #0196AA; }
span { border-color: rgb(1,150,170); }
td.TdClassName
{
border-color: #0196AA;
}
.TagClassName
{
border-color: #0196AA;
}
</style>