Shades of Bondi Blue #0E9AAC
Tints of Bondi Blue #0E9AAC
RGB
CMYK
RGB Variations
Color information
#0E9AAC (or 0x0E9AAC) is known color: Bondi Blue. HEX triplet: 0E, 9A and AC. RGB value is (14,154,172). Sum of RGB (Red+Green+Blue) = 14+154+172=340 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.12% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E9AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9AAC is #F16553. Grayscale: #717171. Windows color (decimal): -15820116 or 11311630. OLE color: 11311630.
HSL color Cylindrical-coordinate representation of color #0E9AAC: hue angle of 186.84º 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 #0E9AAC is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 154 | 172 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.33 |
| HSL | 186.84º | 0.85% | 0.36% | - |
| HSV(B) | 186.84º | 0.92% | 0.67% | - |
| XYZ | 19.18 | 26.18 | 43.07 | - |
| YUV | 114.19 | 160.62 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 154 | 172 | 0.92 | 0.10 | 0 | 0.33 | 186.84 | 0.85 | 0.36 |
| Hex | E | 9A | AC | 5C | A | 0 | 21 | BB | 55 | 24 |
| Octal | 16 | 232 | 254 | 134 | 12 | 0 | 41 | 273 | 125 | 44 |
| Binary | 1110 | 10011010 | 10101100 | 1011100 | 1010 | 0 | 100001 | 10111011 | 1010101 | 100100 |
Color Harmonies of #0E9AAC
Complementary color
Monochromatic Colors of #0E9AAC
Black with #0E9AAC
Text Example
Text Example
White with #0E9AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9AAC; }
p { color: rgb(14,154,172); }
H1.HeaderClassName
{
color: #0E9AAC;
}
.AnyTagClassName
{
color: #0E9AAC;
}
</style>
background-color css
<style>
a { background-color: #0E9AAC; }
a { background-color: rgb(14,154,172); }
div.DivClassName
{
background-color: #0E9AAC;
}
.BgClassName
{
background-color: #0E9AAC;
}
</style>
border-color css
<style>
span { border-color: #0E9AAC; }
span { border-color: rgb(14,154,172); }
td.TdClassName
{
border-color: #0E9AAC;
}
.TagClassName
{
border-color: #0E9AAC;
}
</style>