Shades of Bondi Blue #0E8AAE
Tints of Bondi Blue #0E8AAE
RGB
CMYK
RGB Variations
Color information
#0E8AAE (or 0x0E8AAE) is known color: Bondi Blue. HEX triplet: 0E, 8A and AE. RGB value is (14,138,174). Sum of RGB (Red+Green+Blue) = 14+138+174=326 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.29% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #0E8AAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8AAE is #F17551. Grayscale: #686868. Windows color (decimal): -15824210 or 11438606. OLE color: 11438606.
HSL color Cylindrical-coordinate representation of color #0E8AAE: hue angle of 193.5º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E8AAE is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 138 | 174 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.32 |
| HSL | 193.5º | 0.85% | 0.37% | - |
| HSV(B) | 193.5º | 0.92% | 0.68% | - |
| XYZ | 16.91 | 21.33 | 43.27 | - |
| YUV | 105.03 | 166.92 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 138 | 174 | 0.92 | 0.21 | 0 | 0.32 | 193.5 | 0.85 | 0.37 |
| Hex | E | 8A | AE | 5C | 15 | 0 | 20 | C2 | 55 | 25 |
| Octal | 16 | 212 | 256 | 134 | 25 | 0 | 40 | 302 | 125 | 45 |
| Binary | 1110 | 10001010 | 10101110 | 1011100 | 10101 | 0 | 100000 | 11000010 | 1010101 | 100101 |
Color Harmonies of #0E8AAE
Complementary color
Monochromatic Colors of #0E8AAE
Black with #0E8AAE
Text Example
Text Example
White with #0E8AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8AAE; }
p { color: rgb(14,138,174); }
H1.HeaderClassName
{
color: #0E8AAE;
}
.AnyTagClassName
{
color: #0E8AAE;
}
</style>
background-color css
<style>
a { background-color: #0E8AAE; }
a { background-color: rgb(14,138,174); }
div.DivClassName
{
background-color: #0E8AAE;
}
.BgClassName
{
background-color: #0E8AAE;
}
</style>
border-color css
<style>
span { border-color: #0E8AAE; }
span { border-color: rgb(14,138,174); }
td.TdClassName
{
border-color: #0E8AAE;
}
.TagClassName
{
border-color: #0E8AAE;
}
</style>