Shades of Bondi Blue #09A6AA
Tints of Bondi Blue #09A6AA
RGB
CMYK
RGB Variations
Color information
#09A6AA (or 0x09A6AA) is known color: Bondi Blue. HEX triplet: 09, A6 and AA. RGB value is (9,166,170). Sum of RGB (Red+Green+Blue) = 9+166+170=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 166 (65.23% from 255 or 48.12% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #09A6AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A6AA is #F65955. Grayscale: #777777. Windows color (decimal): -16144726 or 11183625. OLE color: 11183625.
HSL color Cylindrical-coordinate representation of color #09A6AA: hue angle of 181.49º 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 #09A6AA is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 166 | 170 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.33 |
| HSL | 181.49º | 0.9% | 0.35% | - |
| HSV(B) | 181.49º | 0.95% | 0.67% | - |
| XYZ | 21 | 30.23 | 42.76 | - |
| YUV | 119.51 | 156.49 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 166 | 170 | 0.95 | 0.02 | 0 | 0.33 | 181.49 | 0.9 | 0.35 |
| Hex | 9 | A6 | AA | 5F | 2 | 0 | 21 | B5 | 5A | 23 |
| Octal | 11 | 246 | 252 | 137 | 2 | 0 | 41 | 265 | 132 | 43 |
| Binary | 1001 | 10100110 | 10101010 | 1011111 | 10 | 0 | 100001 | 10110101 | 1011010 | 100011 |
Color Harmonies of #09A6AA
Complementary color
Monochromatic Colors of #09A6AA
Black with #09A6AA
Text Example
Text Example
White with #09A6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A6AA; }
p { color: rgb(9,166,170); }
H1.HeaderClassName
{
color: #09A6AA;
}
.AnyTagClassName
{
color: #09A6AA;
}
</style>
background-color css
<style>
a { background-color: #09A6AA; }
a { background-color: rgb(9,166,170); }
div.DivClassName
{
background-color: #09A6AA;
}
.BgClassName
{
background-color: #09A6AA;
}
</style>
border-color css
<style>
span { border-color: #09A6AA; }
span { border-color: rgb(9,166,170); }
td.TdClassName
{
border-color: #09A6AA;
}
.TagClassName
{
border-color: #09A6AA;
}
</style>