Shades of Deep Sky Blue #1ECDFF
Tints of Deep Sky Blue #1ECDFF
RGB
CMYK
RGB Variations
Color information
#1ECDFF (or 0x1ECDFF) is known color: Deep Sky Blue. HEX triplet: 1E, CD and FF. RGB value is (30,205,255). Sum of RGB (Red+Green+Blue) = 30+205+255=490 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.12% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #1ECDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECDFF is #E13200. Grayscale: #9E9E9E. Windows color (decimal): -14758401 or 16764190. OLE color: 16764190.
HSL color Cylindrical-coordinate representation of color #1ECDFF: hue angle of 193.33º 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 #1ECDFF is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 205 | 255 | - |
| CMYK | 0.88 | 0.20 | 0 | 0 |
| HSL | 193.33º | 1% | 0.56% | - |
| HSV(B) | 193.33º | 0.88% | 1% | - |
| XYZ | 40.42 | 51.16 | 102.35 | - |
| YUV | 158.38 | 182.52 | 36.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 255 | 0.88 | 0.20 | 0 | 0 | 193.33 | 1 | 0.56 |
| Hex | 1E | CD | FF | 58 | 14 | 0 | 0 | C1 | 64 | 38 |
| Octal | 36 | 315 | 377 | 130 | 24 | 0 | 0 | 301 | 144 | 70 |
| Binary | 11110 | 11001101 | 11111111 | 1011000 | 10100 | 0 | 0 | 11000001 | 1100100 | 111000 |
Color Harmonies of #1ECDFF
Complementary color
Monochromatic Colors of #1ECDFF
Black with #1ECDFF
Text Example
Text Example
White with #1ECDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECDFF; }
p { color: rgb(30,205,255); }
H1.HeaderClassName
{
color: #1ECDFF;
}
.AnyTagClassName
{
color: #1ECDFF;
}
</style>
background-color css
<style>
a { background-color: #1ECDFF; }
a { background-color: rgb(30,205,255); }
div.DivClassName
{
background-color: #1ECDFF;
}
.BgClassName
{
background-color: #1ECDFF;
}
</style>
border-color css
<style>
span { border-color: #1ECDFF; }
span { border-color: rgb(30,205,255); }
td.TdClassName
{
border-color: #1ECDFF;
}
.TagClassName
{
border-color: #1ECDFF;
}
</style>