Shades of Deep Sky Blue #1ED2F4
Tints of Deep Sky Blue #1ED2F4
RGB
CMYK
RGB Variations
Color information
#1ED2F4 (or 0x1ED2F4) is known color: Deep Sky Blue. HEX triplet: 1E, D2 and F4. RGB value is (30,210,244). Sum of RGB (Red+Green+Blue) = 30+210+244=484 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.20% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 244 (95.70% from 255 or 50.41% from 484); Max value from RGB is 244 - color contains mainly: blue. Hex color #1ED2F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED2F4 is #E12D0B. Grayscale: #9F9F9F. Windows color (decimal): -14757132 or 16044574. OLE color: 16044574.
HSL color Cylindrical-coordinate representation of color #1ED2F4: hue angle of 189.53º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ED2F4 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 210 | 244 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.04 |
| HSL | 189.53º | 0.91% | 0.54% | - |
| HSV(B) | 189.53º | 0.88% | 0.96% | - |
| XYZ | 39.91 | 52.9 | 93.7 | - |
| YUV | 160.06 | 175.37 | 35.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 210 | 244 | 0.88 | 0.14 | 0 | 0.04 | 189.53 | 0.91 | 0.54 |
| Hex | 1E | D2 | F4 | 58 | E | 0 | 4 | BE | 5B | 36 |
| Octal | 36 | 322 | 364 | 130 | 16 | 0 | 4 | 276 | 133 | 66 |
| Binary | 11110 | 11010010 | 11110100 | 1011000 | 1110 | 0 | 100 | 10111110 | 1011011 | 110110 |
Color Harmonies of #1ED2F4
Complementary color
Monochromatic Colors of #1ED2F4
Black with #1ED2F4
Text Example
Text Example
White with #1ED2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED2F4; }
p { color: rgb(30,210,244); }
H1.HeaderClassName
{
color: #1ED2F4;
}
.AnyTagClassName
{
color: #1ED2F4;
}
</style>
background-color css
<style>
a { background-color: #1ED2F4; }
a { background-color: rgb(30,210,244); }
div.DivClassName
{
background-color: #1ED2F4;
}
.BgClassName
{
background-color: #1ED2F4;
}
</style>
border-color css
<style>
span { border-color: #1ED2F4; }
span { border-color: rgb(30,210,244); }
td.TdClassName
{
border-color: #1ED2F4;
}
.TagClassName
{
border-color: #1ED2F4;
}
</style>