Shades of Bondi Blue #0E8BC1
Tints of Bondi Blue #0E8BC1
RGB
CMYK
RGB Variations
Color information
#0E8BC1 (or 0x0E8BC1) is known color: Bondi Blue. HEX triplet: 0E, 8B and C1. RGB value is (14,139,193). Sum of RGB (Red+Green+Blue) = 14+139+193=346 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.05% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 193 (75.78% from 255 or 55.78% from 346); Max value from RGB is 193 - color contains mainly: blue. Hex color #0E8BC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E8BC1 is #F1743E. Grayscale: #6B6B6B. Windows color (decimal): -15823935 or 12684046. OLE color: 12684046.
HSL color Cylindrical-coordinate representation of color #0E8BC1: hue angle of 198.1º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E8BC1 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 139 | 193 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.24 |
| HSL | 198.1º | 0.86% | 0.41% | - |
| HSV(B) | 198.1º | 0.93% | 0.76% | - |
| XYZ | 19.04 | 22.41 | 53.77 | - |
| YUV | 107.78 | 176.09 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 139 | 193 | 0.93 | 0.28 | 0 | 0.24 | 198.1 | 0.86 | 0.41 |
| Hex | E | 8B | C1 | 5D | 1C | 0 | 18 | C6 | 56 | 29 |
| Octal | 16 | 213 | 301 | 135 | 34 | 0 | 30 | 306 | 126 | 51 |
| Binary | 1110 | 10001011 | 11000001 | 1011101 | 11100 | 0 | 11000 | 11000110 | 1010110 | 101001 |
Color Harmonies of #0E8BC1
Complementary color
Monochromatic Colors of #0E8BC1
Black with #0E8BC1
Text Example
Text Example
White with #0E8BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8BC1; }
p { color: rgb(14,139,193); }
H1.HeaderClassName
{
color: #0E8BC1;
}
.AnyTagClassName
{
color: #0E8BC1;
}
</style>
background-color css
<style>
a { background-color: #0E8BC1; }
a { background-color: rgb(14,139,193); }
div.DivClassName
{
background-color: #0E8BC1;
}
.BgClassName
{
background-color: #0E8BC1;
}
</style>
border-color css
<style>
span { border-color: #0E8BC1; }
span { border-color: rgb(14,139,193); }
td.TdClassName
{
border-color: #0E8BC1;
}
.TagClassName
{
border-color: #0E8BC1;
}
</style>