Shades of Bondi Blue #09A6AB
Tints of Bondi Blue #09A6AB
RGB
CMYK
RGB Variations
Color information
#09A6AB (or 0x09A6AB) is known color: Bondi Blue. HEX triplet: 09, A6 and AB. RGB value is (9,166,171). Sum of RGB (Red+Green+Blue) = 9+166+171=346 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.60% from 346); Green value is 166 (65.23% from 255 or 47.98% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #09A6AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A6AB is #F65954. Grayscale: #777777. Windows color (decimal): -16144725 or 11249161. OLE color: 11249161.
HSL color Cylindrical-coordinate representation of color #09A6AB: hue angle of 181.85º 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 #09A6AB is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 166 | 171 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.33 |
| HSL | 181.85º | 0.9% | 0.35% | - |
| HSV(B) | 181.85º | 0.95% | 0.67% | - |
| XYZ | 21.1 | 30.27 | 43.26 | - |
| YUV | 119.63 | 156.99 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 166 | 171 | 0.95 | 0.03 | 0 | 0.33 | 181.85 | 0.9 | 0.35 |
| Hex | 9 | A6 | AB | 5F | 3 | 0 | 21 | B6 | 5A | 23 |
| Octal | 11 | 246 | 253 | 137 | 3 | 0 | 41 | 266 | 132 | 43 |
| Binary | 1001 | 10100110 | 10101011 | 1011111 | 11 | 0 | 100001 | 10110110 | 1011010 | 100011 |
Color Harmonies of #09A6AB
Complementary color
Monochromatic Colors of #09A6AB
Black with #09A6AB
Text Example
Text Example
White with #09A6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A6AB; }
p { color: rgb(9,166,171); }
H1.HeaderClassName
{
color: #09A6AB;
}
.AnyTagClassName
{
color: #09A6AB;
}
</style>
background-color css
<style>
a { background-color: #09A6AB; }
a { background-color: rgb(9,166,171); }
div.DivClassName
{
background-color: #09A6AB;
}
.BgClassName
{
background-color: #09A6AB;
}
</style>
border-color css
<style>
span { border-color: #09A6AB; }
span { border-color: rgb(9,166,171); }
td.TdClassName
{
border-color: #09A6AB;
}
.TagClassName
{
border-color: #09A6AB;
}
</style>