Shades of Deep Sky Blue #1EC7FD
Tints of Deep Sky Blue #1EC7FD
RGB
CMYK
RGB Variations
Color information
#1EC7FD (or 0x1EC7FD) is known color: Deep Sky Blue. HEX triplet: 1E, C7 and FD. RGB value is (30,199,253). Sum of RGB (Red+Green+Blue) = 30+199+253=482 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.22% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #1EC7FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC7FD is #E13802. Grayscale: #9A9A9A. Windows color (decimal): -14759939 or 16631582. OLE color: 16631582.
HSL color Cylindrical-coordinate representation of color #1EC7FD: hue angle of 194.53º 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 #1EC7FD is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 199 | 253 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.01 |
| HSL | 194.53º | 0.98% | 0.55% | - |
| HSV(B) | 194.53º | 0.88% | 0.99% | - |
| XYZ | 38.69 | 48.21 | 100.2 | - |
| YUV | 154.63 | 183.51 | 39.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 199 | 253 | 0.88 | 0.21 | 0 | 0.01 | 194.53 | 0.98 | 0.55 |
| Hex | 1E | C7 | FD | 58 | 15 | 0 | 1 | C3 | 62 | 37 |
| Octal | 36 | 307 | 375 | 130 | 25 | 0 | 1 | 303 | 142 | 67 |
| Binary | 11110 | 11000111 | 11111101 | 1011000 | 10101 | 0 | 1 | 11000011 | 1100010 | 110111 |
Color Harmonies of #1EC7FD
Complementary color
Monochromatic Colors of #1EC7FD
Black with #1EC7FD
Text Example
Text Example
White with #1EC7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC7FD; }
p { color: rgb(30,199,253); }
H1.HeaderClassName
{
color: #1EC7FD;
}
.AnyTagClassName
{
color: #1EC7FD;
}
</style>
background-color css
<style>
a { background-color: #1EC7FD; }
a { background-color: rgb(30,199,253); }
div.DivClassName
{
background-color: #1EC7FD;
}
.BgClassName
{
background-color: #1EC7FD;
}
</style>
border-color css
<style>
span { border-color: #1EC7FD; }
span { border-color: rgb(30,199,253); }
td.TdClassName
{
border-color: #1EC7FD;
}
.TagClassName
{
border-color: #1EC7FD;
}
</style>