Shades of Bondi Blue #0E8DAE
Tints of Bondi Blue #0E8DAE
RGB
CMYK
RGB Variations
Color information
#0E8DAE (or 0x0E8DAE) is known color: Bondi Blue. HEX triplet: 0E, 8D and AE. RGB value is (14,141,174). Sum of RGB (Red+Green+Blue) = 14+141+174=329 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.26% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #0E8DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8DAE is #F17251. Grayscale: #6A6A6A. Windows color (decimal): -15823442 or 11439374. OLE color: 11439374.
HSL color Cylindrical-coordinate representation of color #0E8DAE: hue angle of 192.38º 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 #0E8DAE is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 141 | 174 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.32 |
| HSL | 192.38º | 0.85% | 0.37% | - |
| HSV(B) | 192.38º | 0.92% | 0.68% | - |
| XYZ | 17.35 | 22.2 | 43.42 | - |
| YUV | 106.79 | 165.92 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 141 | 174 | 0.92 | 0.19 | 0 | 0.32 | 192.38 | 0.85 | 0.37 |
| Hex | E | 8D | AE | 5C | 13 | 0 | 20 | C0 | 55 | 25 |
| Octal | 16 | 215 | 256 | 134 | 23 | 0 | 40 | 300 | 125 | 45 |
| Binary | 1110 | 10001101 | 10101110 | 1011100 | 10011 | 0 | 100000 | 11000000 | 1010101 | 100101 |
Color Harmonies of #0E8DAE
Complementary color
Monochromatic Colors of #0E8DAE
Black with #0E8DAE
Text Example
Text Example
White with #0E8DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8DAE; }
p { color: rgb(14,141,174); }
H1.HeaderClassName
{
color: #0E8DAE;
}
.AnyTagClassName
{
color: #0E8DAE;
}
</style>
background-color css
<style>
a { background-color: #0E8DAE; }
a { background-color: rgb(14,141,174); }
div.DivClassName
{
background-color: #0E8DAE;
}
.BgClassName
{
background-color: #0E8DAE;
}
</style>
border-color css
<style>
span { border-color: #0E8DAE; }
span { border-color: rgb(14,141,174); }
td.TdClassName
{
border-color: #0E8DAE;
}
.TagClassName
{
border-color: #0E8DAE;
}
</style>