Shades of Bondi Blue #089AA6
Tints of Bondi Blue #089AA6
RGB
CMYK
RGB Variations
Color information
#089AA6 (or 0x089AA6) is known color: Bondi Blue. HEX triplet: 08, 9A and A6. RGB value is (8,154,166). Sum of RGB (Red+Green+Blue) = 8+154+166=328 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.44% from 328); Green value is 154 (60.55% from 255 or 46.95% from 328); Blue value is 166 (65.23% from 255 or 50.61% from 328); Max value from RGB is 166 - color contains mainly: blue. Hex color #089AA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089AA6 is #F76559. Grayscale: #6F6F6F. Windows color (decimal): -16213338 or 10918408. OLE color: 10918408.
HSL color Cylindrical-coordinate representation of color #089AA6: hue angle of 184.56º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089AA6 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 8 | 154 | 166 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.35 |
| HSL | 184.56º | 0.91% | 0.34% | - |
| HSV(B) | 184.56º | 0.95% | 0.65% | - |
| XYZ | 18.54 | 25.92 | 40.1 | - |
| YUV | 111.71 | 158.63 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 154 | 166 | 0.95 | 0.07 | 0 | 0.35 | 184.56 | 0.91 | 0.34 |
| Hex | 8 | 9A | A6 | 5F | 7 | 0 | 23 | B9 | 5B | 22 |
| Octal | 10 | 232 | 246 | 137 | 7 | 0 | 43 | 271 | 133 | 42 |
| Binary | 1000 | 10011010 | 10100110 | 1011111 | 111 | 0 | 100011 | 10111001 | 1011011 | 100010 |
Color Harmonies of #089AA6
Complementary color
Monochromatic Colors of #089AA6
Black with #089AA6
Text Example
Text Example
White with #089AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089AA6; }
p { color: rgb(8,154,166); }
H1.HeaderClassName
{
color: #089AA6;
}
.AnyTagClassName
{
color: #089AA6;
}
</style>
background-color css
<style>
a { background-color: #089AA6; }
a { background-color: rgb(8,154,166); }
div.DivClassName
{
background-color: #089AA6;
}
.BgClassName
{
background-color: #089AA6;
}
</style>
border-color css
<style>
span { border-color: #089AA6; }
span { border-color: rgb(8,154,166); }
td.TdClassName
{
border-color: #089AA6;
}
.TagClassName
{
border-color: #089AA6;
}
</style>