Shades of Deep Sky Blue #1ED6FE
Tints of Deep Sky Blue #1ED6FE
RGB
CMYK
RGB Variations
Color information
#1ED6FE (or 0x1ED6FE) is known color: Deep Sky Blue. HEX triplet: 1E, D6 and FE. RGB value is (30,214,254). Sum of RGB (Red+Green+Blue) = 30+214+254=498 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.02% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #1ED6FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED6FE is #E12901. Grayscale: #A3A3A3. Windows color (decimal): -14756098 or 16700958. OLE color: 16700958.
HSL color Cylindrical-coordinate representation of color #1ED6FE: hue angle of 190.71º 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 #1ED6FE is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 214 | 254 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.00 |
| HSL | 190.71º | 0.99% | 0.56% | - |
| HSV(B) | 190.71º | 0.88% | 1% | - |
| XYZ | 42.47 | 55.52 | 102.24 | - |
| YUV | 163.54 | 179.04 | 32.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 214 | 254 | 0.88 | 0.16 | 0 | 0.00 | 190.71 | 0.99 | 0.56 |
| Hex | 1E | D6 | FE | 58 | 10 | 0 | 0 | BF | 63 | 38 |
| Octal | 36 | 326 | 376 | 130 | 20 | 0 | 0 | 277 | 143 | 70 |
| Binary | 11110 | 11010110 | 11111110 | 1011000 | 10000 | 0 | 0 | 10111111 | 1100011 | 111000 |
Color Harmonies of #1ED6FE
Complementary color
Monochromatic Colors of #1ED6FE
Black with #1ED6FE
Text Example
Text Example
White with #1ED6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED6FE; }
p { color: rgb(30,214,254); }
H1.HeaderClassName
{
color: #1ED6FE;
}
.AnyTagClassName
{
color: #1ED6FE;
}
</style>
background-color css
<style>
a { background-color: #1ED6FE; }
a { background-color: rgb(30,214,254); }
div.DivClassName
{
background-color: #1ED6FE;
}
.BgClassName
{
background-color: #1ED6FE;
}
</style>
border-color css
<style>
span { border-color: #1ED6FE; }
span { border-color: rgb(30,214,254); }
td.TdClassName
{
border-color: #1ED6FE;
}
.TagClassName
{
border-color: #1ED6FE;
}
</style>