Shades of Bondi Blue #0E8DAB
Tints of Bondi Blue #0E8DAB
RGB
CMYK
RGB Variations
Color information
#0E8DAB (or 0x0E8DAB) is known color: Bondi Blue. HEX triplet: 0E, 8D and AB. RGB value is (14,141,171). Sum of RGB (Red+Green+Blue) = 14+141+171=326 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.29% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E8DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8DAB is #F17254. Grayscale: #6A6A6A. Windows color (decimal): -15823445 or 11242766. OLE color: 11242766.
HSL color Cylindrical-coordinate representation of color #0E8DAB: hue angle of 191.46º 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 #0E8DAB is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 141 | 171 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.33 |
| HSL | 191.47º | 0.85% | 0.36% | - |
| HSV(B) | 191.47º | 0.92% | 0.67% | - |
| XYZ | 17.06 | 22.08 | 41.89 | - |
| YUV | 106.45 | 164.42 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 141 | 171 | 0.92 | 0.18 | 0 | 0.33 | 191.47 | 0.85 | 0.36 |
| Hex | E | 8D | AB | 5C | 12 | 0 | 21 | BF | 55 | 24 |
| Octal | 16 | 215 | 253 | 134 | 22 | 0 | 41 | 277 | 125 | 44 |
| Binary | 1110 | 10001101 | 10101011 | 1011100 | 10010 | 0 | 100001 | 10111111 | 1010101 | 100100 |
Color Harmonies of #0E8DAB
Complementary color
Monochromatic Colors of #0E8DAB
Black with #0E8DAB
Text Example
Text Example
White with #0E8DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8DAB; }
p { color: rgb(14,141,171); }
H1.HeaderClassName
{
color: #0E8DAB;
}
.AnyTagClassName
{
color: #0E8DAB;
}
</style>
background-color css
<style>
a { background-color: #0E8DAB; }
a { background-color: rgb(14,141,171); }
div.DivClassName
{
background-color: #0E8DAB;
}
.BgClassName
{
background-color: #0E8DAB;
}
</style>
border-color css
<style>
span { border-color: #0E8DAB; }
span { border-color: rgb(14,141,171); }
td.TdClassName
{
border-color: #0E8DAB;
}
.TagClassName
{
border-color: #0E8DAB;
}
</style>