Shades of Bondi Blue #0E9DAB
Tints of Bondi Blue #0E9DAB
RGB
CMYK
RGB Variations
Color information
#0E9DAB (or 0x0E9DAB) is known color: Bondi Blue. HEX triplet: 0E, 9D and AB. RGB value is (14,157,171). Sum of RGB (Red+Green+Blue) = 14+157+171=342 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.09% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E9DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9DAB is #F16254. Grayscale: #737373. Windows color (decimal): -15819349 or 11246862. OLE color: 11246862.
HSL color Cylindrical-coordinate representation of color #0E9DAB: hue angle of 185.35º 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 #0E9DAB is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 157 | 171 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.33 |
| HSL | 185.35º | 0.85% | 0.36% | - |
| HSV(B) | 185.35º | 0.92% | 0.67% | - |
| XYZ | 19.59 | 27.15 | 42.74 | - |
| YUV | 115.84 | 159.12 | 55.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 157 | 171 | 0.92 | 0.08 | 0 | 0.33 | 185.35 | 0.85 | 0.36 |
| Hex | E | 9D | AB | 5C | 8 | 0 | 21 | B9 | 55 | 24 |
| Octal | 16 | 235 | 253 | 134 | 10 | 0 | 41 | 271 | 125 | 44 |
| Binary | 1110 | 10011101 | 10101011 | 1011100 | 1000 | 0 | 100001 | 10111001 | 1010101 | 100100 |
Color Harmonies of #0E9DAB
Complementary color
Monochromatic Colors of #0E9DAB
Black with #0E9DAB
Text Example
Text Example
White with #0E9DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9DAB; }
p { color: rgb(14,157,171); }
H1.HeaderClassName
{
color: #0E9DAB;
}
.AnyTagClassName
{
color: #0E9DAB;
}
</style>
background-color css
<style>
a { background-color: #0E9DAB; }
a { background-color: rgb(14,157,171); }
div.DivClassName
{
background-color: #0E9DAB;
}
.BgClassName
{
background-color: #0E9DAB;
}
</style>
border-color css
<style>
span { border-color: #0E9DAB; }
span { border-color: rgb(14,157,171); }
td.TdClassName
{
border-color: #0E9DAB;
}
.TagClassName
{
border-color: #0E9DAB;
}
</style>