Shades of Deep Sky Blue #1ECCED
Tints of Deep Sky Blue #1ECCED
RGB
CMYK
RGB Variations
Color information
#1ECCED (or 0x1ECCED) is known color: Deep Sky Blue. HEX triplet: 1E, CC and ED. RGB value is (30,204,237). Sum of RGB (Red+Green+Blue) = 30+204+237=471 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.37% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #1ECCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECCED is #E13312. Grayscale: #9B9B9B. Windows color (decimal): -14758675 or 15584286. OLE color: 15584286.
HSL color Cylindrical-coordinate representation of color #1ECCED: hue angle of 189.57º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ECCED is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 204 | 237 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.07 |
| HSL | 189.57º | 0.85% | 0.52% | - |
| HSV(B) | 189.57º | 0.87% | 0.93% | - |
| XYZ | 37.41 | 49.58 | 87.72 | - |
| YUV | 155.74 | 173.85 | 38.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 204 | 237 | 0.87 | 0.14 | 0 | 0.07 | 189.57 | 0.85 | 0.52 |
| Hex | 1E | CC | ED | 57 | E | 0 | 7 | BE | 55 | 34 |
| Octal | 36 | 314 | 355 | 127 | 16 | 0 | 7 | 276 | 125 | 64 |
| Binary | 11110 | 11001100 | 11101101 | 1010111 | 1110 | 0 | 111 | 10111110 | 1010101 | 110100 |
Color Harmonies of #1ECCED
Complementary color
Monochromatic Colors of #1ECCED
Black with #1ECCED
Text Example
Text Example
White with #1ECCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECCED; }
p { color: rgb(30,204,237); }
H1.HeaderClassName
{
color: #1ECCED;
}
.AnyTagClassName
{
color: #1ECCED;
}
</style>
background-color css
<style>
a { background-color: #1ECCED; }
a { background-color: rgb(30,204,237); }
div.DivClassName
{
background-color: #1ECCED;
}
.BgClassName
{
background-color: #1ECCED;
}
</style>
border-color css
<style>
span { border-color: #1ECCED; }
span { border-color: rgb(30,204,237); }
td.TdClassName
{
border-color: #1ECCED;
}
.TagClassName
{
border-color: #1ECCED;
}
</style>