Shades of Bondi Blue #0191AA
Tints of Bondi Blue #0191AA
RGB
CMYK
RGB Variations
Color information
#0191AA (or 0x0191AA) is known color: Bondi Blue. HEX triplet: 01, 91 and AA. RGB value is (1,145,170). Sum of RGB (Red+Green+Blue) = 1+145+170=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #0191AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0191AA is #FE6E55. Grayscale: #686868. Windows color (decimal): -16674390 or 11178241. OLE color: 11178241.
HSL color Cylindrical-coordinate representation of color #0191AA: hue angle of 188.88º 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 #0191AA is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 145 | 170 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.33 |
| HSL | 188.88º | 0.99% | 0.34% | - |
| HSV(B) | 188.88º | 0.99% | 0.67% | - |
| XYZ | 17.39 | 23.16 | 41.58 | - |
| YUV | 104.79 | 164.79 | 53.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 145 | 170 | 0.99 | 0.15 | 0 | 0.33 | 188.88 | 0.99 | 0.34 |
| Hex | 1 | 91 | AA | 63 | F | 0 | 21 | BD | 63 | 22 |
| Octal | 1 | 221 | 252 | 143 | 17 | 0 | 41 | 275 | 143 | 42 |
| Binary | 1 | 10010001 | 10101010 | 1100011 | 1111 | 0 | 100001 | 10111101 | 1100011 | 100010 |
Color Harmonies of #0191AA
Complementary color
Monochromatic Colors of #0191AA
Black with #0191AA
Text Example
Text Example
White with #0191AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0191AA; }
p { color: rgb(1,145,170); }
H1.HeaderClassName
{
color: #0191AA;
}
.AnyTagClassName
{
color: #0191AA;
}
</style>
background-color css
<style>
a { background-color: #0191AA; }
a { background-color: rgb(1,145,170); }
div.DivClassName
{
background-color: #0191AA;
}
.BgClassName
{
background-color: #0191AA;
}
</style>
border-color css
<style>
span { border-color: #0191AA; }
span { border-color: rgb(1,145,170); }
td.TdClassName
{
border-color: #0191AA;
}
.TagClassName
{
border-color: #0191AA;
}
</style>