Shades of Bondi Blue #0E90BB
Tints of Bondi Blue #0E90BB
RGB
CMYK
RGB Variations
Color information
#0E90BB (or 0x0E90BB) is known color: Bondi Blue. HEX triplet: 0E, 90 and BB. RGB value is (14,144,187). Sum of RGB (Red+Green+Blue) = 14+144+187=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E90BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E90BB is #F16F44. Grayscale: #6D6D6D. Windows color (decimal): -15822661 or 12292110. OLE color: 12292110.
HSL color Cylindrical-coordinate representation of color #0E90BB: hue angle of 194.91º 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 #0E90BB is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 144 | 187 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.27 |
| HSL | 194.91º | 0.86% | 0.39% | - |
| HSV(B) | 194.91º | 0.93% | 0.73% | - |
| XYZ | 19.12 | 23.63 | 50.57 | - |
| YUV | 110.03 | 171.43 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 144 | 187 | 0.93 | 0.23 | 0 | 0.27 | 194.91 | 0.86 | 0.39 |
| Hex | E | 90 | BB | 5D | 17 | 0 | 1B | C3 | 56 | 27 |
| Octal | 16 | 220 | 273 | 135 | 27 | 0 | 33 | 303 | 126 | 47 |
| Binary | 1110 | 10010000 | 10111011 | 1011101 | 10111 | 0 | 11011 | 11000011 | 1010110 | 100111 |
Color Harmonies of #0E90BB
Complementary color
Monochromatic Colors of #0E90BB
Black with #0E90BB
Text Example
Text Example
White with #0E90BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E90BB; }
p { color: rgb(14,144,187); }
H1.HeaderClassName
{
color: #0E90BB;
}
.AnyTagClassName
{
color: #0E90BB;
}
</style>
background-color css
<style>
a { background-color: #0E90BB; }
a { background-color: rgb(14,144,187); }
div.DivClassName
{
background-color: #0E90BB;
}
.BgClassName
{
background-color: #0E90BB;
}
</style>
border-color css
<style>
span { border-color: #0E90BB; }
span { border-color: rgb(14,144,187); }
td.TdClassName
{
border-color: #0E90BB;
}
.TagClassName
{
border-color: #0E90BB;
}
</style>