Shades of Bondi Blue #0E9EAC
Tints of Bondi Blue #0E9EAC
RGB
CMYK
RGB Variations
Color information
#0E9EAC (or 0x0E9EAC) is known color: Bondi Blue. HEX triplet: 0E, 9E and AC. RGB value is (14,158,172). Sum of RGB (Red+Green+Blue) = 14+158+172=344 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.07% from 344); Green value is 158 (62.11% from 255 or 45.93% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E9EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9EAC is #F16153. Grayscale: #747474. Windows color (decimal): -15819092 or 11312654. OLE color: 11312654.
HSL color Cylindrical-coordinate representation of color #0E9EAC: hue angle of 185.32º 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 #0E9EAC is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 158 | 172 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.33 |
| HSL | 185.32º | 0.85% | 0.36% | - |
| HSV(B) | 185.32º | 0.92% | 0.67% | - |
| XYZ | 19.85 | 27.53 | 43.3 | - |
| YUV | 116.54 | 159.29 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 158 | 172 | 0.92 | 0.08 | 0 | 0.33 | 185.32 | 0.85 | 0.36 |
| Hex | E | 9E | AC | 5C | 8 | 0 | 21 | B9 | 55 | 24 |
| Octal | 16 | 236 | 254 | 134 | 10 | 0 | 41 | 271 | 125 | 44 |
| Binary | 1110 | 10011110 | 10101100 | 1011100 | 1000 | 0 | 100001 | 10111001 | 1010101 | 100100 |
Color Harmonies of #0E9EAC
Complementary color
Monochromatic Colors of #0E9EAC
Black with #0E9EAC
Text Example
Text Example
White with #0E9EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9EAC; }
p { color: rgb(14,158,172); }
H1.HeaderClassName
{
color: #0E9EAC;
}
.AnyTagClassName
{
color: #0E9EAC;
}
</style>
background-color css
<style>
a { background-color: #0E9EAC; }
a { background-color: rgb(14,158,172); }
div.DivClassName
{
background-color: #0E9EAC;
}
.BgClassName
{
background-color: #0E9EAC;
}
</style>
border-color css
<style>
span { border-color: #0E9EAC; }
span { border-color: rgb(14,158,172); }
td.TdClassName
{
border-color: #0E9EAC;
}
.TagClassName
{
border-color: #0E9EAC;
}
</style>