Shades of Bondi Blue #0E8DB4
Tints of Bondi Blue #0E8DB4
RGB
CMYK
RGB Variations
Color information
#0E8DB4 (or 0x0E8DB4) is known color: Bondi Blue. HEX triplet: 0E, 8D and B4. RGB value is (14,141,180). Sum of RGB (Red+Green+Blue) = 14+141+180=335 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.18% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 180 (70.70% from 255 or 53.73% from 335); Max value from RGB is 180 - color contains mainly: blue. Hex color #0E8DB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E8DB4 is #F1724B. Grayscale: #6B6B6B. Windows color (decimal): -15823436 or 11832590. OLE color: 11832590.
HSL color Cylindrical-coordinate representation of color #0E8DB4: hue angle of 194.1º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E8DB4 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 14 | 141 | 180 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.29 |
| HSL | 194.1º | 0.86% | 0.38% | - |
| HSV(B) | 194.1º | 0.92% | 0.71% | - |
| XYZ | 17.94 | 22.44 | 46.57 | - |
| YUV | 107.47 | 168.92 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 141 | 180 | 0.92 | 0.22 | 0 | 0.29 | 194.1 | 0.86 | 0.38 |
| Hex | E | 8D | B4 | 5C | 16 | 0 | 1D | C2 | 56 | 26 |
| Octal | 16 | 215 | 264 | 134 | 26 | 0 | 35 | 302 | 126 | 46 |
| Binary | 1110 | 10001101 | 10110100 | 1011100 | 10110 | 0 | 11101 | 11000010 | 1010110 | 100110 |
Color Harmonies of #0E8DB4
Complementary color
Monochromatic Colors of #0E8DB4
Black with #0E8DB4
Text Example
Text Example
White with #0E8DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8DB4; }
p { color: rgb(14,141,180); }
H1.HeaderClassName
{
color: #0E8DB4;
}
.AnyTagClassName
{
color: #0E8DB4;
}
</style>
background-color css
<style>
a { background-color: #0E8DB4; }
a { background-color: rgb(14,141,180); }
div.DivClassName
{
background-color: #0E8DB4;
}
.BgClassName
{
background-color: #0E8DB4;
}
</style>
border-color css
<style>
span { border-color: #0E8DB4; }
span { border-color: rgb(14,141,180); }
td.TdClassName
{
border-color: #0E8DB4;
}
.TagClassName
{
border-color: #0E8DB4;
}
</style>