Shades of Deep Sky Blue #1EC1FF
Tints of Deep Sky Blue #1EC1FF
RGB
CMYK
RGB Variations
Color information
#1EC1FF (or 0x1EC1FF) is known color: Deep Sky Blue. HEX triplet: 1E, C1 and FF. RGB value is (30,193,255). Sum of RGB (Red+Green+Blue) = 30+193+255=478 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.28% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EC1FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC1FF is #E13E00. Grayscale: #969696. Windows color (decimal): -14761473 or 16761118. OLE color: 16761118.
HSL color Cylindrical-coordinate representation of color #1EC1FF: hue angle of 196.53º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EC1FF is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 193 | 255 | - |
| CMYK | 0.88 | 0.24 | 0 | 0 |
| HSL | 196.53º | 1% | 0.56% | - |
| HSV(B) | 196.53º | 0.88% | 1% | - |
| XYZ | 37.66 | 45.64 | 101.43 | - |
| YUV | 151.33 | 186.5 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 255 | 0.88 | 0.24 | 0 | 0 | 196.53 | 1 | 0.56 |
| Hex | 1E | C1 | FF | 58 | 18 | 0 | 0 | C5 | 64 | 38 |
| Octal | 36 | 301 | 377 | 130 | 30 | 0 | 0 | 305 | 144 | 70 |
| Binary | 11110 | 11000001 | 11111111 | 1011000 | 11000 | 0 | 0 | 11000101 | 1100100 | 111000 |
Color Harmonies of #1EC1FF
Complementary color
Monochromatic Colors of #1EC1FF
Black with #1EC1FF
Text Example
Text Example
White with #1EC1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC1FF; }
p { color: rgb(30,193,255); }
H1.HeaderClassName
{
color: #1EC1FF;
}
.AnyTagClassName
{
color: #1EC1FF;
}
</style>
background-color css
<style>
a { background-color: #1EC1FF; }
a { background-color: rgb(30,193,255); }
div.DivClassName
{
background-color: #1EC1FF;
}
.BgClassName
{
background-color: #1EC1FF;
}
</style>
border-color css
<style>
span { border-color: #1EC1FF; }
span { border-color: rgb(30,193,255); }
td.TdClassName
{
border-color: #1EC1FF;
}
.TagClassName
{
border-color: #1EC1FF;
}
</style>