Shades of Deep Sky Blue #1ECCEE
Tints of Deep Sky Blue #1ECCEE
RGB
CMYK
RGB Variations
Color information
#1ECCEE (or 0x1ECCEE) is known color: Deep Sky Blue. HEX triplet: 1E, CC and EE. RGB value is (30,204,238). Sum of RGB (Red+Green+Blue) = 30+204+238=472 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.36% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #1ECCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECCEE is #E13311. Grayscale: #9B9B9B. Windows color (decimal): -14758674 or 15649822. OLE color: 15649822.
HSL color Cylindrical-coordinate representation of color #1ECCEE: hue angle of 189.81º 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 #1ECCEE is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 204 | 238 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.07 |
| HSL | 189.81º | 0.86% | 0.53% | - |
| HSV(B) | 189.81º | 0.87% | 0.93% | - |
| XYZ | 37.56 | 49.63 | 88.49 | - |
| YUV | 155.85 | 174.35 | 38.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 204 | 238 | 0.87 | 0.14 | 0 | 0.07 | 189.81 | 0.86 | 0.53 |
| Hex | 1E | CC | EE | 57 | E | 0 | 7 | BE | 56 | 35 |
| Octal | 36 | 314 | 356 | 127 | 16 | 0 | 7 | 276 | 126 | 65 |
| Binary | 11110 | 11001100 | 11101110 | 1010111 | 1110 | 0 | 111 | 10111110 | 1010110 | 110101 |
Color Harmonies of #1ECCEE
Complementary color
Monochromatic Colors of #1ECCEE
Black with #1ECCEE
Text Example
Text Example
White with #1ECCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECCEE; }
p { color: rgb(30,204,238); }
H1.HeaderClassName
{
color: #1ECCEE;
}
.AnyTagClassName
{
color: #1ECCEE;
}
</style>
background-color css
<style>
a { background-color: #1ECCEE; }
a { background-color: rgb(30,204,238); }
div.DivClassName
{
background-color: #1ECCEE;
}
.BgClassName
{
background-color: #1ECCEE;
}
</style>
border-color css
<style>
span { border-color: #1ECCEE; }
span { border-color: rgb(30,204,238); }
td.TdClassName
{
border-color: #1ECCEE;
}
.TagClassName
{
border-color: #1ECCEE;
}
</style>