Shades of Bondi Blue #0EA0AE
Tints of Bondi Blue #0EA0AE
RGB
CMYK
RGB Variations
Color information
#0EA0AE (or 0x0EA0AE) is known color: Bondi Blue. HEX triplet: 0E, A0 and AE. RGB value is (14,160,174). Sum of RGB (Red+Green+Blue) = 14+160+174=348 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.02% from 348); Green value is 160 (62.89% from 255 or 45.98% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #0EA0AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA0AE is #F15F51. Grayscale: #757575. Windows color (decimal): -15818578 or 11444238. OLE color: 11444238.
HSL color Cylindrical-coordinate representation of color #0EA0AE: hue angle of 185.25º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA0AE is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 160 | 174 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.32 |
| HSL | 185.25º | 0.85% | 0.37% | - |
| HSV(B) | 185.25º | 0.92% | 0.68% | - |
| XYZ | 20.39 | 28.29 | 44.43 | - |
| YUV | 117.94 | 159.63 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 160 | 174 | 0.92 | 0.08 | 0 | 0.32 | 185.25 | 0.85 | 0.37 |
| Hex | E | A0 | AE | 5C | 8 | 0 | 20 | B9 | 55 | 25 |
| Octal | 16 | 240 | 256 | 134 | 10 | 0 | 40 | 271 | 125 | 45 |
| Binary | 1110 | 10100000 | 10101110 | 1011100 | 1000 | 0 | 100000 | 10111001 | 1010101 | 100101 |
Color Harmonies of #0EA0AE
Complementary color
Monochromatic Colors of #0EA0AE
Black with #0EA0AE
Text Example
Text Example
White with #0EA0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA0AE; }
p { color: rgb(14,160,174); }
H1.HeaderClassName
{
color: #0EA0AE;
}
.AnyTagClassName
{
color: #0EA0AE;
}
</style>
background-color css
<style>
a { background-color: #0EA0AE; }
a { background-color: rgb(14,160,174); }
div.DivClassName
{
background-color: #0EA0AE;
}
.BgClassName
{
background-color: #0EA0AE;
}
</style>
border-color css
<style>
span { border-color: #0EA0AE; }
span { border-color: rgb(14,160,174); }
td.TdClassName
{
border-color: #0EA0AE;
}
.TagClassName
{
border-color: #0EA0AE;
}
</style>