Shades of Bondi Blue #0E8CB1
Tints of Bondi Blue #0E8CB1
RGB
CMYK
RGB Variations
Color information
#0E8CB1 (or 0x0E8CB1) is known color: Bondi Blue. HEX triplet: 0E, 8C and B1. RGB value is (14,140,177). Sum of RGB (Red+Green+Blue) = 14+140+177=331 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.23% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 177 (69.53% from 255 or 53.47% from 331); Max value from RGB is 177 - color contains mainly: blue. Hex color #0E8CB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8CB1 is #F1734E. Grayscale: #6A6A6A. Windows color (decimal): -15823695 or 11635726. OLE color: 11635726.
HSL color Cylindrical-coordinate representation of color #0E8CB1: hue angle of 193.62º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E8CB1 is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 140 | 177 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.31 |
| HSL | 193.62º | 0.85% | 0.37% | - |
| HSV(B) | 193.62º | 0.92% | 0.69% | - |
| XYZ | 17.5 | 22.02 | 44.92 | - |
| YUV | 106.54 | 167.76 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 140 | 177 | 0.92 | 0.21 | 0 | 0.31 | 193.62 | 0.85 | 0.37 |
| Hex | E | 8C | B1 | 5C | 15 | 0 | 1F | C2 | 55 | 25 |
| Octal | 16 | 214 | 261 | 134 | 25 | 0 | 37 | 302 | 125 | 45 |
| Binary | 1110 | 10001100 | 10110001 | 1011100 | 10101 | 0 | 11111 | 11000010 | 1010101 | 100101 |
Color Harmonies of #0E8CB1
Complementary color
Monochromatic Colors of #0E8CB1
Black with #0E8CB1
Text Example
Text Example
White with #0E8CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8CB1; }
p { color: rgb(14,140,177); }
H1.HeaderClassName
{
color: #0E8CB1;
}
.AnyTagClassName
{
color: #0E8CB1;
}
</style>
background-color css
<style>
a { background-color: #0E8CB1; }
a { background-color: rgb(14,140,177); }
div.DivClassName
{
background-color: #0E8CB1;
}
.BgClassName
{
background-color: #0E8CB1;
}
</style>
border-color css
<style>
span { border-color: #0E8CB1; }
span { border-color: rgb(14,140,177); }
td.TdClassName
{
border-color: #0E8CB1;
}
.TagClassName
{
border-color: #0E8CB1;
}
</style>