Shades of Deep Sky Blue #1EC7FA
Tints of Deep Sky Blue #1EC7FA
RGB
CMYK
RGB Variations
Color information
#1EC7FA (or 0x1EC7FA) is known color: Deep Sky Blue. HEX triplet: 1E, C7 and FA. RGB value is (30,199,250). Sum of RGB (Red+Green+Blue) = 30+199+250=479 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.26% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #1EC7FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC7FA is #E13805. Grayscale: #999999. Windows color (decimal): -14759942 or 16434974. OLE color: 16434974.
HSL color Cylindrical-coordinate representation of color #1EC7FA: hue angle of 193.91º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EC7FA is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 199 | 250 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.02 |
| HSL | 193.91º | 0.96% | 0.55% | - |
| HSV(B) | 193.91º | 0.88% | 0.98% | - |
| XYZ | 38.21 | 48.03 | 97.7 | - |
| YUV | 154.28 | 182.01 | 39.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 199 | 250 | 0.88 | 0.20 | 0 | 0.02 | 193.91 | 0.96 | 0.55 |
| Hex | 1E | C7 | FA | 58 | 14 | 0 | 2 | C2 | 60 | 37 |
| Octal | 36 | 307 | 372 | 130 | 24 | 0 | 2 | 302 | 140 | 67 |
| Binary | 11110 | 11000111 | 11111010 | 1011000 | 10100 | 0 | 10 | 11000010 | 1100000 | 110111 |
Color Harmonies of #1EC7FA
Complementary color
Monochromatic Colors of #1EC7FA
Black with #1EC7FA
Text Example
Text Example
White with #1EC7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC7FA; }
p { color: rgb(30,199,250); }
H1.HeaderClassName
{
color: #1EC7FA;
}
.AnyTagClassName
{
color: #1EC7FA;
}
</style>
background-color css
<style>
a { background-color: #1EC7FA; }
a { background-color: rgb(30,199,250); }
div.DivClassName
{
background-color: #1EC7FA;
}
.BgClassName
{
background-color: #1EC7FA;
}
</style>
border-color css
<style>
span { border-color: #1EC7FA; }
span { border-color: rgb(30,199,250); }
td.TdClassName
{
border-color: #1EC7FA;
}
.TagClassName
{
border-color: #1EC7FA;
}
</style>