Shades of Bondi Blue #0191BE
Tints of Bondi Blue #0191BE
RGB
CMYK
RGB Variations
Color information
#0191BE (or 0x0191BE) is known color: Bondi Blue. HEX triplet: 01, 91 and BE. RGB value is (1,145,190). Sum of RGB (Red+Green+Blue) = 1+145+190=336 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #0191BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0191BE is #FE6E41. Grayscale: #6A6A6A. Windows color (decimal): -16674370 or 12488961. OLE color: 12488961.
HSL color Cylindrical-coordinate representation of color #0191BE: hue angle of 194.29º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0191BE is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 145 | 190 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.25 |
| HSL | 194.29º | 0.99% | 0.37% | - |
| HSV(B) | 194.29º | 0.99% | 0.75% | - |
| XYZ | 19.43 | 23.97 | 52.32 | - |
| YUV | 107.07 | 174.79 | 52.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 145 | 190 | 0.99 | 0.24 | 0 | 0.25 | 194.29 | 0.99 | 0.37 |
| Hex | 1 | 91 | BE | 63 | 18 | 0 | 19 | C2 | 63 | 25 |
| Octal | 1 | 221 | 276 | 143 | 30 | 0 | 31 | 302 | 143 | 45 |
| Binary | 1 | 10010001 | 10111110 | 1100011 | 11000 | 0 | 11001 | 11000010 | 1100011 | 100101 |
Color Harmonies of #0191BE
Complementary color
Monochromatic Colors of #0191BE
Black with #0191BE
Text Example
Text Example
White with #0191BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0191BE; }
p { color: rgb(1,145,190); }
H1.HeaderClassName
{
color: #0191BE;
}
.AnyTagClassName
{
color: #0191BE;
}
</style>
background-color css
<style>
a { background-color: #0191BE; }
a { background-color: rgb(1,145,190); }
div.DivClassName
{
background-color: #0191BE;
}
.BgClassName
{
background-color: #0191BE;
}
</style>
border-color css
<style>
span { border-color: #0191BE; }
span { border-color: rgb(1,145,190); }
td.TdClassName
{
border-color: #0191BE;
}
.TagClassName
{
border-color: #0191BE;
}
</style>