Shades of Deep Sky Blue #1EC2FA
Tints of Deep Sky Blue #1EC2FA
RGB
CMYK
RGB Variations
Color information
#1EC2FA (or 0x1EC2FA) is known color: Deep Sky Blue. HEX triplet: 1E, C2 and FA. RGB value is (30,194,250). Sum of RGB (Red+Green+Blue) = 30+194+250=474 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.33% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #1EC2FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC2FA is #E13D05. Grayscale: #969696. Windows color (decimal): -14761222 or 16433694. OLE color: 16433694.
HSL color Cylindrical-coordinate representation of color #1EC2FA: hue angle of 195.27º 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 #1EC2FA is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 194 | 250 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.02 |
| HSL | 195.27º | 0.96% | 0.55% | - |
| HSV(B) | 195.27º | 0.88% | 0.98% | - |
| XYZ | 37.08 | 45.76 | 97.32 | - |
| YUV | 151.35 | 183.67 | 41.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 194 | 250 | 0.88 | 0.22 | 0 | 0.02 | 195.27 | 0.96 | 0.55 |
| Hex | 1E | C2 | FA | 58 | 16 | 0 | 2 | C3 | 60 | 37 |
| Octal | 36 | 302 | 372 | 130 | 26 | 0 | 2 | 303 | 140 | 67 |
| Binary | 11110 | 11000010 | 11111010 | 1011000 | 10110 | 0 | 10 | 11000011 | 1100000 | 110111 |
Color Harmonies of #1EC2FA
Complementary color
Monochromatic Colors of #1EC2FA
Black with #1EC2FA
Text Example
Text Example
White with #1EC2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC2FA; }
p { color: rgb(30,194,250); }
H1.HeaderClassName
{
color: #1EC2FA;
}
.AnyTagClassName
{
color: #1EC2FA;
}
</style>
background-color css
<style>
a { background-color: #1EC2FA; }
a { background-color: rgb(30,194,250); }
div.DivClassName
{
background-color: #1EC2FA;
}
.BgClassName
{
background-color: #1EC2FA;
}
</style>
border-color css
<style>
span { border-color: #1EC2FA; }
span { border-color: rgb(30,194,250); }
td.TdClassName
{
border-color: #1EC2FA;
}
.TagClassName
{
border-color: #1EC2FA;
}
</style>