Shades of Deep Sky Blue #1ECCFE
Tints of Deep Sky Blue #1ECCFE
RGB
CMYK
RGB Variations
Color information
#1ECCFE (or 0x1ECCFE) is known color: Deep Sky Blue. HEX triplet: 1E, CC and FE. RGB value is (30,204,254). Sum of RGB (Red+Green+Blue) = 30+204+254=488 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.15% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #1ECCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECCFE is #E13301. Grayscale: #9D9D9D. Windows color (decimal): -14758658 or 16698398. OLE color: 16698398.
HSL color Cylindrical-coordinate representation of color #1ECCFE: hue angle of 193.39º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ECCFE is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 204 | 254 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.00 |
| HSL | 193.39º | 0.99% | 0.56% | - |
| HSV(B) | 193.39º | 0.88% | 1% | - |
| XYZ | 40.02 | 50.62 | 101.43 | - |
| YUV | 157.67 | 182.35 | 36.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 204 | 254 | 0.88 | 0.20 | 0 | 0.00 | 193.39 | 0.99 | 0.56 |
| Hex | 1E | CC | FE | 58 | 14 | 0 | 0 | C1 | 63 | 38 |
| Octal | 36 | 314 | 376 | 130 | 24 | 0 | 0 | 301 | 143 | 70 |
| Binary | 11110 | 11001100 | 11111110 | 1011000 | 10100 | 0 | 0 | 11000001 | 1100011 | 111000 |
Color Harmonies of #1ECCFE
Complementary color
Monochromatic Colors of #1ECCFE
Black with #1ECCFE
Text Example
Text Example
White with #1ECCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECCFE; }
p { color: rgb(30,204,254); }
H1.HeaderClassName
{
color: #1ECCFE;
}
.AnyTagClassName
{
color: #1ECCFE;
}
</style>
background-color css
<style>
a { background-color: #1ECCFE; }
a { background-color: rgb(30,204,254); }
div.DivClassName
{
background-color: #1ECCFE;
}
.BgClassName
{
background-color: #1ECCFE;
}
</style>
border-color css
<style>
span { border-color: #1ECCFE; }
span { border-color: rgb(30,204,254); }
td.TdClassName
{
border-color: #1ECCFE;
}
.TagClassName
{
border-color: #1ECCFE;
}
</style>