Shades of Deep Sky Blue #1ECFEE
Tints of Deep Sky Blue #1ECFEE
RGB
CMYK
RGB Variations
Color information
#1ECFEE (or 0x1ECFEE) is known color: Deep Sky Blue. HEX triplet: 1E, CF and EE. RGB value is (30,207,238). Sum of RGB (Red+Green+Blue) = 30+207+238=475 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.32% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #1ECFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECFEE is #E13011. Grayscale: #9D9D9D. Windows color (decimal): -14757906 or 15650590. OLE color: 15650590.
HSL color Cylindrical-coordinate representation of color #1ECFEE: hue angle of 188.94º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ECFEE is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 207 | 238 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.07 |
| HSL | 188.94º | 0.86% | 0.53% | - |
| HSV(B) | 188.94º | 0.87% | 0.93% | - |
| XYZ | 38.28 | 51.07 | 88.73 | - |
| YUV | 157.61 | 173.36 | 36.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 207 | 238 | 0.87 | 0.13 | 0 | 0.07 | 188.94 | 0.86 | 0.53 |
| Hex | 1E | CF | EE | 57 | D | 0 | 7 | BD | 56 | 35 |
| Octal | 36 | 317 | 356 | 127 | 15 | 0 | 7 | 275 | 126 | 65 |
| Binary | 11110 | 11001111 | 11101110 | 1010111 | 1101 | 0 | 111 | 10111101 | 1010110 | 110101 |
Color Harmonies of #1ECFEE
Complementary color
Monochromatic Colors of #1ECFEE
Black with #1ECFEE
Text Example
Text Example
White with #1ECFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECFEE; }
p { color: rgb(30,207,238); }
H1.HeaderClassName
{
color: #1ECFEE;
}
.AnyTagClassName
{
color: #1ECFEE;
}
</style>
background-color css
<style>
a { background-color: #1ECFEE; }
a { background-color: rgb(30,207,238); }
div.DivClassName
{
background-color: #1ECFEE;
}
.BgClassName
{
background-color: #1ECFEE;
}
</style>
border-color css
<style>
span { border-color: #1ECFEE; }
span { border-color: rgb(30,207,238); }
td.TdClassName
{
border-color: #1ECFEE;
}
.TagClassName
{
border-color: #1ECFEE;
}
</style>