Shades of Bondi Blue #0EA2AB
Tints of Bondi Blue #0EA2AB
RGB
CMYK
RGB Variations
Color information
#0EA2AB (or 0x0EA2AB) is known color: Bondi Blue. HEX triplet: 0E, A2 and AB. RGB value is (14,162,171). Sum of RGB (Red+Green+Blue) = 14+162+171=347 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.03% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #0EA2AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA2AB is #F15D54. Grayscale: #767676. Windows color (decimal): -15818069 or 11248142. OLE color: 11248142.
HSL color Cylindrical-coordinate representation of color #0EA2AB: hue angle of 183.44º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA2AB is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 162 | 171 | - |
| CMYK | 0.92 | 0.05 | 0 | 0.33 |
| HSL | 183.44º | 0.85% | 0.36% | - |
| HSV(B) | 183.44º | 0.92% | 0.67% | - |
| XYZ | 20.45 | 28.87 | 43.02 | - |
| YUV | 118.77 | 157.47 | 53.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 162 | 171 | 0.92 | 0.05 | 0 | 0.33 | 183.44 | 0.85 | 0.36 |
| Hex | E | A2 | AB | 5C | 5 | 0 | 21 | B7 | 55 | 24 |
| Octal | 16 | 242 | 253 | 134 | 5 | 0 | 41 | 267 | 125 | 44 |
| Binary | 1110 | 10100010 | 10101011 | 1011100 | 101 | 0 | 100001 | 10110111 | 1010101 | 100100 |
Color Harmonies of #0EA2AB
Complementary color
Monochromatic Colors of #0EA2AB
Black with #0EA2AB
Text Example
Text Example
White with #0EA2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA2AB; }
p { color: rgb(14,162,171); }
H1.HeaderClassName
{
color: #0EA2AB;
}
.AnyTagClassName
{
color: #0EA2AB;
}
</style>
background-color css
<style>
a { background-color: #0EA2AB; }
a { background-color: rgb(14,162,171); }
div.DivClassName
{
background-color: #0EA2AB;
}
.BgClassName
{
background-color: #0EA2AB;
}
</style>
border-color css
<style>
span { border-color: #0EA2AB; }
span { border-color: rgb(14,162,171); }
td.TdClassName
{
border-color: #0EA2AB;
}
.TagClassName
{
border-color: #0EA2AB;
}
</style>