Shades of Bondi Blue #0091AE
Tints of Bondi Blue #0091AE
RGB
CMYK
RGB Variations
Color information
#0091AE (or 0x0091AE) is known color: Bondi Blue. HEX triplet: 00, 91 and AE. RGB value is (0,145,174). Sum of RGB (Red+Green+Blue) = 0+145+174=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #0091AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0091AE is #FF6E51. Grayscale: #686868. Windows color (decimal): -16739922 or 11440384. OLE color: 11440384.
HSL color Cylindrical-coordinate representation of color #0091AE: hue angle of 190º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0091AE is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 145 | 174 | - |
| CMYK | 1 | 0.17 | 0 | 0.32 |
| HSL | 190º | 1% | 0.34% | - |
| HSV(B) | 190º | 1% | 0.68% | - |
| XYZ | 17.77 | 23.31 | 43.61 | - |
| YUV | 104.95 | 166.96 | 53.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 174 | 1 | 0.17 | 0 | 0.32 | 190 | 1 | 0.34 |
| Hex | 0 | 91 | AE | 64 | 11 | 0 | 20 | BE | 64 | 22 |
| Octal | 0 | 221 | 256 | 144 | 21 | 0 | 40 | 276 | 144 | 42 |
| Binary | 0 | 10010001 | 10101110 | 1100100 | 10001 | 0 | 100000 | 10111110 | 1100100 | 100010 |
Color Harmonies of #0091AE
Complementary color
Monochromatic Colors of #0091AE
Black with #0091AE
Text Example
Text Example
White with #0091AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0091AE; }
p { color: rgb(0,145,174); }
H1.HeaderClassName
{
color: #0091AE;
}
.AnyTagClassName
{
color: #0091AE;
}
</style>
background-color css
<style>
a { background-color: #0091AE; }
a { background-color: rgb(0,145,174); }
div.DivClassName
{
background-color: #0091AE;
}
.BgClassName
{
background-color: #0091AE;
}
</style>
border-color css
<style>
span { border-color: #0091AE; }
span { border-color: rgb(0,145,174); }
td.TdClassName
{
border-color: #0091AE;
}
.TagClassName
{
border-color: #0091AE;
}
</style>