Shades of Deep Sky Blue #1EC0FA
Tints of Deep Sky Blue #1EC0FA
RGB
CMYK
RGB Variations
Color information
#1EC0FA (or 0x1EC0FA) is known color: Deep Sky Blue. HEX triplet: 1E, C0 and FA. RGB value is (30,192,250). Sum of RGB (Red+Green+Blue) = 30+192+250=472 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.36% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #1EC0FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC0FA is #E13F05. Grayscale: #959595. Windows color (decimal): -14761734 or 16433182. OLE color: 16433182.
HSL color Cylindrical-coordinate representation of color #1EC0FA: hue angle of 195.82º 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 #1EC0FA is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 192 | 250 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.02 |
| HSL | 195.82º | 0.96% | 0.55% | - |
| HSV(B) | 195.82º | 0.88% | 0.98% | - |
| XYZ | 36.64 | 44.88 | 97.17 | - |
| YUV | 150.17 | 184.33 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 250 | 0.88 | 0.23 | 0 | 0.02 | 195.82 | 0.96 | 0.55 |
| Hex | 1E | C0 | FA | 58 | 17 | 0 | 2 | C4 | 60 | 37 |
| Octal | 36 | 300 | 372 | 130 | 27 | 0 | 2 | 304 | 140 | 67 |
| Binary | 11110 | 11000000 | 11111010 | 1011000 | 10111 | 0 | 10 | 11000100 | 1100000 | 110111 |
Color Harmonies of #1EC0FA
Complementary color
Monochromatic Colors of #1EC0FA
Black with #1EC0FA
Text Example
Text Example
White with #1EC0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC0FA; }
p { color: rgb(30,192,250); }
H1.HeaderClassName
{
color: #1EC0FA;
}
.AnyTagClassName
{
color: #1EC0FA;
}
</style>
background-color css
<style>
a { background-color: #1EC0FA; }
a { background-color: rgb(30,192,250); }
div.DivClassName
{
background-color: #1EC0FA;
}
.BgClassName
{
background-color: #1EC0FA;
}
</style>
border-color css
<style>
span { border-color: #1EC0FA; }
span { border-color: rgb(30,192,250); }
td.TdClassName
{
border-color: #1EC0FA;
}
.TagClassName
{
border-color: #1EC0FA;
}
</style>