Shades of Bondi Blue #0E9DAA
Tints of Bondi Blue #0E9DAA
RGB
CMYK
RGB Variations
Color information
#0E9DAA (or 0x0E9DAA) is known color: Bondi Blue. HEX triplet: 0E, 9D and AA. RGB value is (14,157,170). Sum of RGB (Red+Green+Blue) = 14+157+170=341 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.11% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E9DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9DAA is #F16255. Grayscale: #737373. Windows color (decimal): -15819350 or 11181326. OLE color: 11181326.
HSL color Cylindrical-coordinate representation of color #0E9DAA: hue angle of 185º 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 #0E9DAA is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 157 | 170 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.33 |
| HSL | 185º | 0.85% | 0.36% | - |
| HSV(B) | 185º | 0.92% | 0.67% | - |
| XYZ | 19.49 | 27.11 | 42.24 | - |
| YUV | 115.73 | 158.62 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 157 | 170 | 0.92 | 0.08 | 0 | 0.33 | 185 | 0.85 | 0.36 |
| Hex | E | 9D | AA | 5C | 8 | 0 | 21 | B9 | 55 | 24 |
| Octal | 16 | 235 | 252 | 134 | 10 | 0 | 41 | 271 | 125 | 44 |
| Binary | 1110 | 10011101 | 10101010 | 1011100 | 1000 | 0 | 100001 | 10111001 | 1010101 | 100100 |
Color Harmonies of #0E9DAA
Complementary color
Monochromatic Colors of #0E9DAA
Black with #0E9DAA
Text Example
Text Example
White with #0E9DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9DAA; }
p { color: rgb(14,157,170); }
H1.HeaderClassName
{
color: #0E9DAA;
}
.AnyTagClassName
{
color: #0E9DAA;
}
</style>
background-color css
<style>
a { background-color: #0E9DAA; }
a { background-color: rgb(14,157,170); }
div.DivClassName
{
background-color: #0E9DAA;
}
.BgClassName
{
background-color: #0E9DAA;
}
</style>
border-color css
<style>
span { border-color: #0E9DAA; }
span { border-color: rgb(14,157,170); }
td.TdClassName
{
border-color: #0E9DAA;
}
.TagClassName
{
border-color: #0E9DAA;
}
</style>