Shades of Bondi Blue #0191B6
Tints of Bondi Blue #0191B6
RGB
CMYK
RGB Variations
Color information
#0191B6 (or 0x0191B6) is known color: Bondi Blue. HEX triplet: 01, 91 and B6. RGB value is (1,145,182). Sum of RGB (Red+Green+Blue) = 1+145+182=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 182 (71.48% from 255 or 55.49% from 328); Max value from RGB is 182 - color contains mainly: blue. Hex color #0191B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0191B6 is #FE6E49. Grayscale: #696969. Windows color (decimal): -16674378 or 11964673. OLE color: 11964673.
HSL color Cylindrical-coordinate representation of color #0191B6: hue angle of 192.27º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0191B6 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 145 | 182 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.29 |
| HSL | 192.27º | 0.99% | 0.36% | - |
| HSV(B) | 192.27º | 0.99% | 0.71% | - |
| XYZ | 18.58 | 23.63 | 47.84 | - |
| YUV | 106.16 | 170.79 | 52.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 145 | 182 | 0.99 | 0.20 | 0 | 0.29 | 192.27 | 0.99 | 0.36 |
| Hex | 1 | 91 | B6 | 63 | 14 | 0 | 1D | C0 | 63 | 24 |
| Octal | 1 | 221 | 266 | 143 | 24 | 0 | 35 | 300 | 143 | 44 |
| Binary | 1 | 10010001 | 10110110 | 1100011 | 10100 | 0 | 11101 | 11000000 | 1100011 | 100100 |
Color Harmonies of #0191B6
Complementary color
Monochromatic Colors of #0191B6
Black with #0191B6
Text Example
Text Example
White with #0191B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0191B6; }
p { color: rgb(1,145,182); }
H1.HeaderClassName
{
color: #0191B6;
}
.AnyTagClassName
{
color: #0191B6;
}
</style>
background-color css
<style>
a { background-color: #0191B6; }
a { background-color: rgb(1,145,182); }
div.DivClassName
{
background-color: #0191B6;
}
.BgClassName
{
background-color: #0191B6;
}
</style>
border-color css
<style>
span { border-color: #0191B6; }
span { border-color: rgb(1,145,182); }
td.TdClassName
{
border-color: #0191B6;
}
.TagClassName
{
border-color: #0191B6;
}
</style>