Shades of Bondi Blue #0E98BA
Tints of Bondi Blue #0E98BA
RGB
CMYK
RGB Variations
Color information
#0E98BA (or 0x0E98BA) is known color: Bondi Blue. HEX triplet: 0E, 98 and BA. RGB value is (14,152,186). Sum of RGB (Red+Green+Blue) = 14+152+186=352 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.98% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #0E98BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E98BA is #F16745. Grayscale: #727272. Windows color (decimal): -15820614 or 12228622. OLE color: 12228622.
HSL color Cylindrical-coordinate representation of color #0E98BA: hue angle of 191.86º 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 #0E98BA is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 152 | 186 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.27 |
| HSL | 191.86º | 0.86% | 0.39% | - |
| HSV(B) | 191.86º | 0.92% | 0.73% | - |
| XYZ | 20.27 | 26.1 | 50.42 | - |
| YUV | 114.61 | 168.28 | 56.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 152 | 186 | 0.92 | 0.18 | 0 | 0.27 | 191.86 | 0.86 | 0.39 |
| Hex | E | 98 | BA | 5C | 12 | 0 | 1B | C0 | 56 | 27 |
| Octal | 16 | 230 | 272 | 134 | 22 | 0 | 33 | 300 | 126 | 47 |
| Binary | 1110 | 10011000 | 10111010 | 1011100 | 10010 | 0 | 11011 | 11000000 | 1010110 | 100111 |
Color Harmonies of #0E98BA
Complementary color
Monochromatic Colors of #0E98BA
Black with #0E98BA
Text Example
Text Example
White with #0E98BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E98BA; }
p { color: rgb(14,152,186); }
H1.HeaderClassName
{
color: #0E98BA;
}
.AnyTagClassName
{
color: #0E98BA;
}
</style>
background-color css
<style>
a { background-color: #0E98BA; }
a { background-color: rgb(14,152,186); }
div.DivClassName
{
background-color: #0E98BA;
}
.BgClassName
{
background-color: #0E98BA;
}
</style>
border-color css
<style>
span { border-color: #0E98BA; }
span { border-color: rgb(14,152,186); }
td.TdClassName
{
border-color: #0E98BA;
}
.TagClassName
{
border-color: #0E98BA;
}
</style>