Shades of Deep Sky Blue #1ED6FD
Tints of Deep Sky Blue #1ED6FD
RGB
CMYK
RGB Variations
Color information
#1ED6FD (or 0x1ED6FD) is known color: Deep Sky Blue. HEX triplet: 1E, D6 and FD. RGB value is (30,214,253). Sum of RGB (Red+Green+Blue) = 30+214+253=497 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.04% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #1ED6FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED6FD is #E12902. Grayscale: #A3A3A3. Windows color (decimal): -14756099 or 16635422. OLE color: 16635422.
HSL color Cylindrical-coordinate representation of color #1ED6FD: hue angle of 190.49º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ED6FD is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 214 | 253 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.01 |
| HSL | 190.49º | 0.98% | 0.55% | - |
| HSV(B) | 190.49º | 0.88% | 0.99% | - |
| XYZ | 42.31 | 55.46 | 101.4 | - |
| YUV | 163.43 | 178.54 | 32.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 214 | 253 | 0.88 | 0.15 | 0 | 0.01 | 190.49 | 0.98 | 0.55 |
| Hex | 1E | D6 | FD | 58 | F | 0 | 1 | BE | 62 | 37 |
| Octal | 36 | 326 | 375 | 130 | 17 | 0 | 1 | 276 | 142 | 67 |
| Binary | 11110 | 11010110 | 11111101 | 1011000 | 1111 | 0 | 1 | 10111110 | 1100010 | 110111 |
Color Harmonies of #1ED6FD
Complementary color
Monochromatic Colors of #1ED6FD
Black with #1ED6FD
Text Example
Text Example
White with #1ED6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED6FD; }
p { color: rgb(30,214,253); }
H1.HeaderClassName
{
color: #1ED6FD;
}
.AnyTagClassName
{
color: #1ED6FD;
}
</style>
background-color css
<style>
a { background-color: #1ED6FD; }
a { background-color: rgb(30,214,253); }
div.DivClassName
{
background-color: #1ED6FD;
}
.BgClassName
{
background-color: #1ED6FD;
}
</style>
border-color css
<style>
span { border-color: #1ED6FD; }
span { border-color: rgb(30,214,253); }
td.TdClassName
{
border-color: #1ED6FD;
}
.TagClassName
{
border-color: #1ED6FD;
}
</style>