Shades of Bondi Blue #0E98BB
Tints of Bondi Blue #0E98BB
RGB
CMYK
RGB Variations
Color information
#0E98BB (or 0x0E98BB) is known color: Bondi Blue. HEX triplet: 0E, 98 and BB. RGB value is (14,152,187). Sum of RGB (Red+Green+Blue) = 14+152+187=353 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.97% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E98BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E98BB is #F16744. Grayscale: #727272. Windows color (decimal): -15820613 or 12294158. OLE color: 12294158.
HSL color Cylindrical-coordinate representation of color #0E98BB: hue angle of 192.14º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E98BB is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 152 | 187 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.27 |
| HSL | 192.14º | 0.86% | 0.39% | - |
| HSV(B) | 192.14º | 0.93% | 0.73% | - |
| XYZ | 20.38 | 26.14 | 50.98 | - |
| YUV | 114.73 | 168.78 | 56.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 152 | 187 | 0.93 | 0.19 | 0 | 0.27 | 192.14 | 0.86 | 0.39 |
| Hex | E | 98 | BB | 5D | 13 | 0 | 1B | C0 | 56 | 27 |
| Octal | 16 | 230 | 273 | 135 | 23 | 0 | 33 | 300 | 126 | 47 |
| Binary | 1110 | 10011000 | 10111011 | 1011101 | 10011 | 0 | 11011 | 11000000 | 1010110 | 100111 |
Color Harmonies of #0E98BB
Complementary color
Monochromatic Colors of #0E98BB
Black with #0E98BB
Text Example
Text Example
White with #0E98BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E98BB; }
p { color: rgb(14,152,187); }
H1.HeaderClassName
{
color: #0E98BB;
}
.AnyTagClassName
{
color: #0E98BB;
}
</style>
background-color css
<style>
a { background-color: #0E98BB; }
a { background-color: rgb(14,152,187); }
div.DivClassName
{
background-color: #0E98BB;
}
.BgClassName
{
background-color: #0E98BB;
}
</style>
border-color css
<style>
span { border-color: #0E98BB; }
span { border-color: rgb(14,152,187); }
td.TdClassName
{
border-color: #0E98BB;
}
.TagClassName
{
border-color: #0E98BB;
}
</style>