Shades of Deep Sky Blue #0EBDF2
Tints of Deep Sky Blue #0EBDF2
RGB
CMYK
RGB Variations
Color information
#0EBDF2 (or 0x0EBDF2) is known color: Deep Sky Blue. HEX triplet: 0E, BD and F2. RGB value is (14,189,242). Sum of RGB (Red+Green+Blue) = 14+189+242=445 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.15% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 242 (94.92% from 255 or 54.38% from 445); Max value from RGB is 242 - color contains mainly: blue. Hex color #0EBDF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EBDF2 is #F1420D. Grayscale: #8E8E8E. Windows color (decimal): -15811086 or 15908110. OLE color: 15908110.
HSL color Cylindrical-coordinate representation of color #0EBDF2: hue angle of 193.95º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EBDF2 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 14 | 189 | 242 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.05 |
| HSL | 193.95º | 0.9% | 0.5% | - |
| HSV(B) | 193.95º | 0.94% | 0.95% | - |
| XYZ | 34.41 | 42.9 | 90.47 | - |
| YUV | 142.72 | 184.02 | 36.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 189 | 242 | 0.94 | 0.22 | 0 | 0.05 | 193.95 | 0.9 | 0.5 |
| Hex | E | BD | F2 | 5E | 16 | 0 | 5 | C2 | 5A | 32 |
| Octal | 16 | 275 | 362 | 136 | 26 | 0 | 5 | 302 | 132 | 62 |
| Binary | 1110 | 10111101 | 11110010 | 1011110 | 10110 | 0 | 101 | 11000010 | 1011010 | 110010 |
Color Harmonies of #0EBDF2
Complementary color
Monochromatic Colors of #0EBDF2
Black with #0EBDF2
Text Example
Text Example
White with #0EBDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBDF2; }
p { color: rgb(14,189,242); }
H1.HeaderClassName
{
color: #0EBDF2;
}
.AnyTagClassName
{
color: #0EBDF2;
}
</style>
background-color css
<style>
a { background-color: #0EBDF2; }
a { background-color: rgb(14,189,242); }
div.DivClassName
{
background-color: #0EBDF2;
}
.BgClassName
{
background-color: #0EBDF2;
}
</style>
border-color css
<style>
span { border-color: #0EBDF2; }
span { border-color: rgb(14,189,242); }
td.TdClassName
{
border-color: #0EBDF2;
}
.TagClassName
{
border-color: #0EBDF2;
}
</style>