Shades of Bondi Blue #0E95BA
Tints of Bondi Blue #0E95BA
RGB
CMYK
RGB Variations
Color information
#0E95BA (or 0x0E95BA) is known color: Bondi Blue. HEX triplet: 0E, 95 and BA. RGB value is (14,149,186). Sum of RGB (Red+Green+Blue) = 14+149+186=349 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.01% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #0E95BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E95BA is #F16A45. Grayscale: #707070. Windows color (decimal): -15821382 or 12227854. OLE color: 12227854.
HSL color Cylindrical-coordinate representation of color #0E95BA: hue angle of 192.91º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E95BA is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 149 | 186 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.27 |
| HSL | 192.91º | 0.86% | 0.39% | - |
| HSV(B) | 192.91º | 0.92% | 0.73% | - |
| XYZ | 19.79 | 25.13 | 50.26 | - |
| YUV | 112.85 | 169.27 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 149 | 186 | 0.92 | 0.20 | 0 | 0.27 | 192.91 | 0.86 | 0.39 |
| Hex | E | 95 | BA | 5C | 14 | 0 | 1B | C1 | 56 | 27 |
| Octal | 16 | 225 | 272 | 134 | 24 | 0 | 33 | 301 | 126 | 47 |
| Binary | 1110 | 10010101 | 10111010 | 1011100 | 10100 | 0 | 11011 | 11000001 | 1010110 | 100111 |
Color Harmonies of #0E95BA
Complementary color
Monochromatic Colors of #0E95BA
Black with #0E95BA
Text Example
Text Example
White with #0E95BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E95BA; }
p { color: rgb(14,149,186); }
H1.HeaderClassName
{
color: #0E95BA;
}
.AnyTagClassName
{
color: #0E95BA;
}
</style>
background-color css
<style>
a { background-color: #0E95BA; }
a { background-color: rgb(14,149,186); }
div.DivClassName
{
background-color: #0E95BA;
}
.BgClassName
{
background-color: #0E95BA;
}
</style>
border-color css
<style>
span { border-color: #0E95BA; }
span { border-color: rgb(14,149,186); }
td.TdClassName
{
border-color: #0E95BA;
}
.TagClassName
{
border-color: #0E95BA;
}
</style>