Shades of Deep Sky Blue #1ED0FE
Tints of Deep Sky Blue #1ED0FE
RGB
CMYK
RGB Variations
Color information
#1ED0FE (or 0x1ED0FE) is known color: Deep Sky Blue. HEX triplet: 1E, D0 and FE. RGB value is (30,208,254). Sum of RGB (Red+Green+Blue) = 30+208+254=492 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.10% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #1ED0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED0FE is #E12F01. Grayscale: #9F9F9F. Windows color (decimal): -14757634 or 16699422. OLE color: 16699422.
HSL color Cylindrical-coordinate representation of color #1ED0FE: hue angle of 192.32º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ED0FE is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 208 | 254 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.00 |
| HSL | 192.32º | 0.99% | 0.56% | - |
| HSV(B) | 192.32º | 0.88% | 1% | - |
| XYZ | 40.98 | 52.54 | 101.75 | - |
| YUV | 160.02 | 181.03 | 35.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 208 | 254 | 0.88 | 0.18 | 0 | 0.00 | 192.32 | 0.99 | 0.56 |
| Hex | 1E | D0 | FE | 58 | 12 | 0 | 0 | C0 | 63 | 38 |
| Octal | 36 | 320 | 376 | 130 | 22 | 0 | 0 | 300 | 143 | 70 |
| Binary | 11110 | 11010000 | 11111110 | 1011000 | 10010 | 0 | 0 | 11000000 | 1100011 | 111000 |
Color Harmonies of #1ED0FE
Complementary color
Monochromatic Colors of #1ED0FE
Black with #1ED0FE
Text Example
Text Example
White with #1ED0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED0FE; }
p { color: rgb(30,208,254); }
H1.HeaderClassName
{
color: #1ED0FE;
}
.AnyTagClassName
{
color: #1ED0FE;
}
</style>
background-color css
<style>
a { background-color: #1ED0FE; }
a { background-color: rgb(30,208,254); }
div.DivClassName
{
background-color: #1ED0FE;
}
.BgClassName
{
background-color: #1ED0FE;
}
</style>
border-color css
<style>
span { border-color: #1ED0FE; }
span { border-color: rgb(30,208,254); }
td.TdClassName
{
border-color: #1ED0FE;
}
.TagClassName
{
border-color: #1ED0FE;
}
</style>