Shades of Deep Sky Blue #1ED8FC
Tints of Deep Sky Blue #1ED8FC
RGB
CMYK
RGB Variations
Color information
#1ED8FC (or 0x1ED8FC) is known color: Deep Sky Blue. HEX triplet: 1E, D8 and FC. RGB value is (30,216,252). Sum of RGB (Red+Green+Blue) = 30+216+252=498 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.02% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #1ED8FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED8FC is #E12703. Grayscale: #A4A4A4. Windows color (decimal): -14755588 or 16570398. OLE color: 16570398.
HSL color Cylindrical-coordinate representation of color #1ED8FC: hue angle of 189.73º degrees, saturation: 0.97, 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 #1ED8FC is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 216 | 252 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.01 |
| HSL | 189.73º | 0.97% | 0.55% | - |
| HSV(B) | 189.73º | 0.88% | 0.99% | - |
| XYZ | 42.66 | 56.42 | 100.74 | - |
| YUV | 164.49 | 177.38 | 32.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 216 | 252 | 0.88 | 0.14 | 0 | 0.01 | 189.73 | 0.97 | 0.55 |
| Hex | 1E | D8 | FC | 58 | E | 0 | 1 | BE | 61 | 37 |
| Octal | 36 | 330 | 374 | 130 | 16 | 0 | 1 | 276 | 141 | 67 |
| Binary | 11110 | 11011000 | 11111100 | 1011000 | 1110 | 0 | 1 | 10111110 | 1100001 | 110111 |
Color Harmonies of #1ED8FC
Complementary color
Monochromatic Colors of #1ED8FC
Black with #1ED8FC
Text Example
Text Example
White with #1ED8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED8FC; }
p { color: rgb(30,216,252); }
H1.HeaderClassName
{
color: #1ED8FC;
}
.AnyTagClassName
{
color: #1ED8FC;
}
</style>
background-color css
<style>
a { background-color: #1ED8FC; }
a { background-color: rgb(30,216,252); }
div.DivClassName
{
background-color: #1ED8FC;
}
.BgClassName
{
background-color: #1ED8FC;
}
</style>
border-color css
<style>
span { border-color: #1ED8FC; }
span { border-color: rgb(30,216,252); }
td.TdClassName
{
border-color: #1ED8FC;
}
.TagClassName
{
border-color: #1ED8FC;
}
</style>