Shades of Bondi Blue #09A0AB
Tints of Bondi Blue #09A0AB
RGB
CMYK
RGB Variations
Color information
#09A0AB (or 0x09A0AB) is known color: Bondi Blue. HEX triplet: 09, A0 and AB. RGB value is (9,160,171). Sum of RGB (Red+Green+Blue) = 9+160+171=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 160 (62.89% from 255 or 47.06% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #09A0AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A0AB is #F65F54. Grayscale: #737373. Windows color (decimal): -16146261 or 11247625. OLE color: 11247625.
HSL color Cylindrical-coordinate representation of color #09A0AB: hue angle of 184.07º degrees, saturation: 0.9, 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 #09A0AB is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 160 | 171 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.33 |
| HSL | 184.07º | 0.9% | 0.35% | - |
| HSV(B) | 184.07º | 0.95% | 0.67% | - |
| XYZ | 20.03 | 28.14 | 42.9 | - |
| YUV | 116.11 | 158.97 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 160 | 171 | 0.95 | 0.06 | 0 | 0.33 | 184.07 | 0.9 | 0.35 |
| Hex | 9 | A0 | AB | 5F | 6 | 0 | 21 | B8 | 5A | 23 |
| Octal | 11 | 240 | 253 | 137 | 6 | 0 | 41 | 270 | 132 | 43 |
| Binary | 1001 | 10100000 | 10101011 | 1011111 | 110 | 0 | 100001 | 10111000 | 1011010 | 100011 |
Color Harmonies of #09A0AB
Complementary color
Monochromatic Colors of #09A0AB
Black with #09A0AB
Text Example
Text Example
White with #09A0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A0AB; }
p { color: rgb(9,160,171); }
H1.HeaderClassName
{
color: #09A0AB;
}
.AnyTagClassName
{
color: #09A0AB;
}
</style>
background-color css
<style>
a { background-color: #09A0AB; }
a { background-color: rgb(9,160,171); }
div.DivClassName
{
background-color: #09A0AB;
}
.BgClassName
{
background-color: #09A0AB;
}
</style>
border-color css
<style>
span { border-color: #09A0AB; }
span { border-color: rgb(9,160,171); }
td.TdClassName
{
border-color: #09A0AB;
}
.TagClassName
{
border-color: #09A0AB;
}
</style>