Shades of Bondi Blue #0A9EAE
Tints of Bondi Blue #0A9EAE
RGB
CMYK
RGB Variations
Color information
#0A9EAE (or 0x0A9EAE) is known color: Bondi Blue. HEX triplet: 0A, 9E and AE. RGB value is (10,158,174). Sum of RGB (Red+Green+Blue) = 10+158+174=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 158 (62.11% from 255 or 46.20% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #0A9EAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9EAE is #F56151. Grayscale: #737373. Windows color (decimal): -16081234 or 11443722. OLE color: 11443722.
HSL color Cylindrical-coordinate representation of color #0A9EAE: hue angle of 185.85º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9EAE is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 158 | 174 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.32 |
| HSL | 185.85º | 0.89% | 0.36% | - |
| HSV(B) | 185.85º | 0.94% | 0.68% | - |
| XYZ | 19.99 | 27.57 | 44.31 | - |
| YUV | 115.57 | 160.97 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 158 | 174 | 0.94 | 0.09 | 0 | 0.32 | 185.85 | 0.89 | 0.36 |
| Hex | A | 9E | AE | 5E | 9 | 0 | 20 | BA | 59 | 24 |
| Octal | 12 | 236 | 256 | 136 | 11 | 0 | 40 | 272 | 131 | 44 |
| Binary | 1010 | 10011110 | 10101110 | 1011110 | 1001 | 0 | 100000 | 10111010 | 1011001 | 100100 |
Color Harmonies of #0A9EAE
Complementary color
Monochromatic Colors of #0A9EAE
Black with #0A9EAE
Text Example
Text Example
White with #0A9EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9EAE; }
p { color: rgb(10,158,174); }
H1.HeaderClassName
{
color: #0A9EAE;
}
.AnyTagClassName
{
color: #0A9EAE;
}
</style>
background-color css
<style>
a { background-color: #0A9EAE; }
a { background-color: rgb(10,158,174); }
div.DivClassName
{
background-color: #0A9EAE;
}
.BgClassName
{
background-color: #0A9EAE;
}
</style>
border-color css
<style>
span { border-color: #0A9EAE; }
span { border-color: rgb(10,158,174); }
td.TdClassName
{
border-color: #0A9EAE;
}
.TagClassName
{
border-color: #0A9EAE;
}
</style>