Shades of Deep Sky Blue #0EDBFB
Tints of Deep Sky Blue #0EDBFB
RGB
CMYK
RGB Variations
Color information
#0EDBFB (or 0x0EDBFB) is known color: Deep Sky Blue. HEX triplet: 0E, DB and FB. RGB value is (14,219,251). Sum of RGB (Red+Green+Blue) = 14+219+251=484 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.89% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #0EDBFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDBFB is #F12404. Grayscale: #A1A1A1. Windows color (decimal): -15803397 or 16505614. OLE color: 16505614.
HSL color Cylindrical-coordinate representation of color #0EDBFB: hue angle of 188.1º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDBFB is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 219 | 251 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.02 |
| HSL | 188.1º | 0.97% | 0.52% | - |
| HSV(B) | 188.1º | 0.94% | 0.98% | - |
| XYZ | 42.93 | 57.72 | 100.15 | - |
| YUV | 161.35 | 178.58 | 22.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 219 | 251 | 0.94 | 0.13 | 0 | 0.02 | 188.1 | 0.97 | 0.52 |
| Hex | E | DB | FB | 5E | D | 0 | 2 | BC | 61 | 34 |
| Octal | 16 | 333 | 373 | 136 | 15 | 0 | 2 | 274 | 141 | 64 |
| Binary | 1110 | 11011011 | 11111011 | 1011110 | 1101 | 0 | 10 | 10111100 | 1100001 | 110100 |
Color Harmonies of #0EDBFB
Complementary color
Monochromatic Colors of #0EDBFB
Black with #0EDBFB
Text Example
Text Example
White with #0EDBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDBFB; }
p { color: rgb(14,219,251); }
H1.HeaderClassName
{
color: #0EDBFB;
}
.AnyTagClassName
{
color: #0EDBFB;
}
</style>
background-color css
<style>
a { background-color: #0EDBFB; }
a { background-color: rgb(14,219,251); }
div.DivClassName
{
background-color: #0EDBFB;
}
.BgClassName
{
background-color: #0EDBFB;
}
</style>
border-color css
<style>
span { border-color: #0EDBFB; }
span { border-color: rgb(14,219,251); }
td.TdClassName
{
border-color: #0EDBFB;
}
.TagClassName
{
border-color: #0EDBFB;
}
</style>