Shades of Deep Sky Blue #1ECCF3
Tints of Deep Sky Blue #1ECCF3
RGB
CMYK
RGB Variations
Color information
#1ECCF3 (or 0x1ECCF3) is known color: Deep Sky Blue. HEX triplet: 1E, CC and F3. RGB value is (30,204,243). Sum of RGB (Red+Green+Blue) = 30+204+243=477 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.29% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 243 (95.31% from 255 or 50.94% from 477); Max value from RGB is 243 - color contains mainly: blue. Hex color #1ECCF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECCF3 is #E1330C. Grayscale: #9C9C9C. Windows color (decimal): -14758669 or 15977502. OLE color: 15977502.
HSL color Cylindrical-coordinate representation of color #1ECCF3: hue angle of 190.99º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ECCF3 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 204 | 243 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.05 |
| HSL | 190.99º | 0.9% | 0.54% | - |
| HSV(B) | 190.99º | 0.88% | 0.95% | - |
| XYZ | 38.31 | 49.93 | 92.41 | - |
| YUV | 156.42 | 176.85 | 37.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 204 | 243 | 0.88 | 0.16 | 0 | 0.05 | 190.99 | 0.9 | 0.54 |
| Hex | 1E | CC | F3 | 58 | 10 | 0 | 5 | BF | 5A | 36 |
| Octal | 36 | 314 | 363 | 130 | 20 | 0 | 5 | 277 | 132 | 66 |
| Binary | 11110 | 11001100 | 11110011 | 1011000 | 10000 | 0 | 101 | 10111111 | 1011010 | 110110 |
Color Harmonies of #1ECCF3
Complementary color
Monochromatic Colors of #1ECCF3
Black with #1ECCF3
Text Example
Text Example
White with #1ECCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECCF3; }
p { color: rgb(30,204,243); }
H1.HeaderClassName
{
color: #1ECCF3;
}
.AnyTagClassName
{
color: #1ECCF3;
}
</style>
background-color css
<style>
a { background-color: #1ECCF3; }
a { background-color: rgb(30,204,243); }
div.DivClassName
{
background-color: #1ECCF3;
}
.BgClassName
{
background-color: #1ECCF3;
}
</style>
border-color css
<style>
span { border-color: #1ECCF3; }
span { border-color: rgb(30,204,243); }
td.TdClassName
{
border-color: #1ECCF3;
}
.TagClassName
{
border-color: #1ECCF3;
}
</style>