Shades of Deep Sky Blue #1ECDEC
Tints of Deep Sky Blue #1ECDEC
RGB
CMYK
RGB Variations
Color information
#1ECDEC (or 0x1ECDEC) is known color: Deep Sky Blue. HEX triplet: 1E, CD and EC. RGB value is (30,205,236). Sum of RGB (Red+Green+Blue) = 30+205+236=471 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.37% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #1ECDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECDEC is #E13213. Grayscale: #9B9B9B. Windows color (decimal): -14758420 or 15519006. OLE color: 15519006.
HSL color Cylindrical-coordinate representation of color #1ECDEC: hue angle of 189.03º degrees, saturation: 0.84, 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 #1ECDEC is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 205 | 236 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.07 |
| HSL | 189.03º | 0.84% | 0.52% | - |
| HSV(B) | 189.03º | 0.87% | 0.93% | - |
| XYZ | 37.51 | 49.99 | 87.03 | - |
| YUV | 156.21 | 173.02 | 37.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 236 | 0.87 | 0.13 | 0 | 0.07 | 189.03 | 0.84 | 0.52 |
| Hex | 1E | CD | EC | 57 | D | 0 | 7 | BD | 54 | 34 |
| Octal | 36 | 315 | 354 | 127 | 15 | 0 | 7 | 275 | 124 | 64 |
| Binary | 11110 | 11001101 | 11101100 | 1010111 | 1101 | 0 | 111 | 10111101 | 1010100 | 110100 |
Color Harmonies of #1ECDEC
Complementary color
Monochromatic Colors of #1ECDEC
Black with #1ECDEC
Text Example
Text Example
White with #1ECDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECDEC; }
p { color: rgb(30,205,236); }
H1.HeaderClassName
{
color: #1ECDEC;
}
.AnyTagClassName
{
color: #1ECDEC;
}
</style>
background-color css
<style>
a { background-color: #1ECDEC; }
a { background-color: rgb(30,205,236); }
div.DivClassName
{
background-color: #1ECDEC;
}
.BgClassName
{
background-color: #1ECDEC;
}
</style>
border-color css
<style>
span { border-color: #1ECDEC; }
span { border-color: rgb(30,205,236); }
td.TdClassName
{
border-color: #1ECDEC;
}
.TagClassName
{
border-color: #1ECDEC;
}
</style>