Shades of Bondi Blue #09A8AD
Tints of Bondi Blue #09A8AD
RGB
CMYK
RGB Variations
Color information
#09A8AD (or 0x09A8AD) is known color: Bondi Blue. HEX triplet: 09, A8 and AD. RGB value is (9,168,173). Sum of RGB (Red+Green+Blue) = 9+168+173=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 168 (66.02% from 255 or 48% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #09A8AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A8AD is #F65752. Grayscale: #787878. Windows color (decimal): -16144211 or 11380745. OLE color: 11380745.
HSL color Cylindrical-coordinate representation of color #09A8AD: hue angle of 181.83º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A8AD is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 168 | 173 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.32 |
| HSL | 181.83º | 0.9% | 0.36% | - |
| HSV(B) | 181.83º | 0.95% | 0.68% | - |
| XYZ | 21.66 | 31.08 | 44.39 | - |
| YUV | 121.03 | 157.32 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 168 | 173 | 0.95 | 0.03 | 0 | 0.32 | 181.83 | 0.9 | 0.36 |
| Hex | 9 | A8 | AD | 5F | 3 | 0 | 20 | B6 | 5A | 24 |
| Octal | 11 | 250 | 255 | 137 | 3 | 0 | 40 | 266 | 132 | 44 |
| Binary | 1001 | 10101000 | 10101101 | 1011111 | 11 | 0 | 100000 | 10110110 | 1011010 | 100100 |
Color Harmonies of #09A8AD
Complementary color
Monochromatic Colors of #09A8AD
Black with #09A8AD
Text Example
Text Example
White with #09A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A8AD; }
p { color: rgb(9,168,173); }
H1.HeaderClassName
{
color: #09A8AD;
}
.AnyTagClassName
{
color: #09A8AD;
}
</style>
background-color css
<style>
a { background-color: #09A8AD; }
a { background-color: rgb(9,168,173); }
div.DivClassName
{
background-color: #09A8AD;
}
.BgClassName
{
background-color: #09A8AD;
}
</style>
border-color css
<style>
span { border-color: #09A8AD; }
span { border-color: rgb(9,168,173); }
td.TdClassName
{
border-color: #09A8AD;
}
.TagClassName
{
border-color: #09A8AD;
}
</style>