Shades of Bondi Blue #0196AF
Tints of Bondi Blue #0196AF
RGB
CMYK
RGB Variations
Color information
#0196AF (or 0x0196AF) is known color: Bondi Blue. HEX triplet: 01, 96 and AF. RGB value is (1,150,175). Sum of RGB (Red+Green+Blue) = 1+150+175=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #0196AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0196AF is #FE6950. Grayscale: #6C6C6C. Windows color (decimal): -16673105 or 11507201. OLE color: 11507201.
HSL color Cylindrical-coordinate representation of color #0196AF: hue angle of 188.62º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0196AF is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 150 | 175 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.31 |
| HSL | 188.62º | 0.99% | 0.35% | - |
| HSV(B) | 188.62º | 0.99% | 0.69% | - |
| XYZ | 18.66 | 24.91 | 44.38 | - |
| YUV | 108.3 | 165.64 | 51.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 150 | 175 | 0.99 | 0.14 | 0 | 0.31 | 188.62 | 0.99 | 0.35 |
| Hex | 1 | 96 | AF | 63 | E | 0 | 1F | BD | 63 | 23 |
| Octal | 1 | 226 | 257 | 143 | 16 | 0 | 37 | 275 | 143 | 43 |
| Binary | 1 | 10010110 | 10101111 | 1100011 | 1110 | 0 | 11111 | 10111101 | 1100011 | 100011 |
Color Harmonies of #0196AF
Complementary color
Monochromatic Colors of #0196AF
Black with #0196AF
Text Example
Text Example
White with #0196AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0196AF; }
p { color: rgb(1,150,175); }
H1.HeaderClassName
{
color: #0196AF;
}
.AnyTagClassName
{
color: #0196AF;
}
</style>
background-color css
<style>
a { background-color: #0196AF; }
a { background-color: rgb(1,150,175); }
div.DivClassName
{
background-color: #0196AF;
}
.BgClassName
{
background-color: #0196AF;
}
</style>
border-color css
<style>
span { border-color: #0196AF; }
span { border-color: rgb(1,150,175); }
td.TdClassName
{
border-color: #0196AF;
}
.TagClassName
{
border-color: #0196AF;
}
</style>