Shades of Bondi Blue #0091AA
Tints of Bondi Blue #0091AA
RGB
CMYK
RGB Variations
Color information
#0091AA (or 0x0091AA) is known color: Bondi Blue. HEX triplet: 00, 91 and AA. RGB value is (0,145,170). Sum of RGB (Red+Green+Blue) = 0+145+170=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #0091AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0091AA is #FF6E55. Grayscale: #686868. Windows color (decimal): -16739926 or 11178240. OLE color: 11178240.
HSL color Cylindrical-coordinate representation of color #0091AA: hue angle of 188.82º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0091AA is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 145 | 170 | - |
| CMYK | 1 | 0.15 | 0 | 0.33 |
| HSL | 188.82º | 1% | 0.33% | - |
| HSV(B) | 188.82º | 1% | 0.67% | - |
| XYZ | 17.38 | 23.15 | 41.58 | - |
| YUV | 104.5 | 164.96 | 53.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 170 | 1 | 0.15 | 0 | 0.33 | 188.82 | 1 | 0.33 |
| Hex | 0 | 91 | AA | 64 | F | 0 | 21 | BD | 64 | 21 |
| Octal | 0 | 221 | 252 | 144 | 17 | 0 | 41 | 275 | 144 | 41 |
| Binary | 0 | 10010001 | 10101010 | 1100100 | 1111 | 0 | 100001 | 10111101 | 1100100 | 100001 |
Color Harmonies of #0091AA
Complementary color
Monochromatic Colors of #0091AA
Black with #0091AA
Text Example
Text Example
White with #0091AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0091AA; }
p { color: rgb(0,145,170); }
H1.HeaderClassName
{
color: #0091AA;
}
.AnyTagClassName
{
color: #0091AA;
}
</style>
background-color css
<style>
a { background-color: #0091AA; }
a { background-color: rgb(0,145,170); }
div.DivClassName
{
background-color: #0091AA;
}
.BgClassName
{
background-color: #0091AA;
}
</style>
border-color css
<style>
span { border-color: #0091AA; }
span { border-color: rgb(0,145,170); }
td.TdClassName
{
border-color: #0091AA;
}
.TagClassName
{
border-color: #0091AA;
}
</style>