Shades of Bondi Blue #0891AA
Tints of Bondi Blue #0891AA
RGB
CMYK
RGB Variations
Color information
#0891AA (or 0x0891AA) is known color: Bondi Blue. HEX triplet: 08, 91 and AA. RGB value is (8,145,170). Sum of RGB (Red+Green+Blue) = 8+145+170=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #0891AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0891AA is #F76E55. Grayscale: #6A6A6A. Windows color (decimal): -16215638 or 11178248. OLE color: 11178248.
HSL color Cylindrical-coordinate representation of color #0891AA: hue angle of 189.26º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0891AA is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 145 | 170 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.33 |
| HSL | 189.26º | 0.91% | 0.35% | - |
| HSV(B) | 189.26º | 0.95% | 0.67% | - |
| XYZ | 17.48 | 23.2 | 41.59 | - |
| YUV | 106.89 | 163.61 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 170 | 0.95 | 0.15 | 0 | 0.33 | 189.26 | 0.91 | 0.35 |
| Hex | 8 | 91 | AA | 5F | F | 0 | 21 | BD | 5B | 23 |
| Octal | 10 | 221 | 252 | 137 | 17 | 0 | 41 | 275 | 133 | 43 |
| Binary | 1000 | 10010001 | 10101010 | 1011111 | 1111 | 0 | 100001 | 10111101 | 1011011 | 100011 |
Color Harmonies of #0891AA
Complementary color
Monochromatic Colors of #0891AA
Black with #0891AA
Text Example
Text Example
White with #0891AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0891AA; }
p { color: rgb(8,145,170); }
H1.HeaderClassName
{
color: #0891AA;
}
.AnyTagClassName
{
color: #0891AA;
}
</style>
background-color css
<style>
a { background-color: #0891AA; }
a { background-color: rgb(8,145,170); }
div.DivClassName
{
background-color: #0891AA;
}
.BgClassName
{
background-color: #0891AA;
}
</style>
border-color css
<style>
span { border-color: #0891AA; }
span { border-color: rgb(8,145,170); }
td.TdClassName
{
border-color: #0891AA;
}
.TagClassName
{
border-color: #0891AA;
}
</style>