Shades of Deep Sky Blue #1ECFFF
Tints of Deep Sky Blue #1ECFFF
RGB
CMYK
RGB Variations
Color information
#1ECFFF (or 0x1ECFFF) is known color: Deep Sky Blue. HEX triplet: 1E, CF and FF. RGB value is (30,207,255). Sum of RGB (Red+Green+Blue) = 30+207+255=492 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.10% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #1ECFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECFFF is #E13000. Grayscale: #9F9F9F. Windows color (decimal): -14757889 or 16764702. OLE color: 16764702.
HSL color Cylindrical-coordinate representation of color #1ECFFF: hue angle of 192.8º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ECFFF is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 207 | 255 | - |
| CMYK | 0.88 | 0.19 | 0 | 0 |
| HSL | 192.8º | 1% | 0.56% | - |
| HSV(B) | 192.8º | 0.88% | 1% | - |
| XYZ | 40.9 | 52.12 | 102.51 | - |
| YUV | 159.55 | 181.86 | 35.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 207 | 255 | 0.88 | 0.19 | 0 | 0 | 192.8 | 1 | 0.56 |
| Hex | 1E | CF | FF | 58 | 13 | 0 | 0 | C1 | 64 | 38 |
| Octal | 36 | 317 | 377 | 130 | 23 | 0 | 0 | 301 | 144 | 70 |
| Binary | 11110 | 11001111 | 11111111 | 1011000 | 10011 | 0 | 0 | 11000001 | 1100100 | 111000 |
Color Harmonies of #1ECFFF
Complementary color
Monochromatic Colors of #1ECFFF
Black with #1ECFFF
Text Example
Text Example
White with #1ECFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECFFF; }
p { color: rgb(30,207,255); }
H1.HeaderClassName
{
color: #1ECFFF;
}
.AnyTagClassName
{
color: #1ECFFF;
}
</style>
background-color css
<style>
a { background-color: #1ECFFF; }
a { background-color: rgb(30,207,255); }
div.DivClassName
{
background-color: #1ECFFF;
}
.BgClassName
{
background-color: #1ECFFF;
}
</style>
border-color css
<style>
span { border-color: #1ECFFF; }
span { border-color: rgb(30,207,255); }
td.TdClassName
{
border-color: #1ECFFF;
}
.TagClassName
{
border-color: #1ECFFF;
}
</style>