Shades of Deep Sky Blue #1ECCFD
Tints of Deep Sky Blue #1ECCFD
RGB
CMYK
RGB Variations
Color information
#1ECCFD (or 0x1ECCFD) is known color: Deep Sky Blue. HEX triplet: 1E, CC and FD. RGB value is (30,204,253). Sum of RGB (Red+Green+Blue) = 30+204+253=487 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.16% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #1ECCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECCFD is #E13302. Grayscale: #9D9D9D. Windows color (decimal): -14758659 or 16632862. OLE color: 16632862.
HSL color Cylindrical-coordinate representation of color #1ECCFD: hue angle of 193.18º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ECCFD is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 204 | 253 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.01 |
| HSL | 193.18º | 0.98% | 0.55% | - |
| HSV(B) | 193.18º | 0.88% | 0.99% | - |
| XYZ | 39.86 | 50.55 | 100.59 | - |
| YUV | 157.56 | 181.85 | 37.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 204 | 253 | 0.88 | 0.19 | 0 | 0.01 | 193.18 | 0.98 | 0.55 |
| Hex | 1E | CC | FD | 58 | 13 | 0 | 1 | C1 | 62 | 37 |
| Octal | 36 | 314 | 375 | 130 | 23 | 0 | 1 | 301 | 142 | 67 |
| Binary | 11110 | 11001100 | 11111101 | 1011000 | 10011 | 0 | 1 | 11000001 | 1100010 | 110111 |
Color Harmonies of #1ECCFD
Complementary color
Monochromatic Colors of #1ECCFD
Black with #1ECCFD
Text Example
Text Example
White with #1ECCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECCFD; }
p { color: rgb(30,204,253); }
H1.HeaderClassName
{
color: #1ECCFD;
}
.AnyTagClassName
{
color: #1ECCFD;
}
</style>
background-color css
<style>
a { background-color: #1ECCFD; }
a { background-color: rgb(30,204,253); }
div.DivClassName
{
background-color: #1ECCFD;
}
.BgClassName
{
background-color: #1ECCFD;
}
</style>
border-color css
<style>
span { border-color: #1ECCFD; }
span { border-color: rgb(30,204,253); }
td.TdClassName
{
border-color: #1ECCFD;
}
.TagClassName
{
border-color: #1ECCFD;
}
</style>