Shades of Summer Sky #1EADEE
Tints of Summer Sky #1EADEE
RGB
CMYK
RGB Variations
Color information
#1EADEE (or 0x1EADEE) is known color: Summer Sky. HEX triplet: 1E, AD and EE. RGB value is (30,173,238). Sum of RGB (Red+Green+Blue) = 30+173+238=441 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.80% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #1EADEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EADEE is #E15211. Grayscale: #898989. Windows color (decimal): -14766610 or 15641886. OLE color: 15641886.
HSL color Cylindrical-coordinate representation of color #1EADEE: hue angle of 198.75º 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 #1EADEE is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 173 | 238 | - |
| CMYK | 0.87 | 0.27 | 0 | 0.07 |
| HSL | 198.75º | 0.86% | 0.53% | - |
| HSV(B) | 198.75º | 0.87% | 0.93% | - |
| XYZ | 30.91 | 36.34 | 86.27 | - |
| YUV | 137.65 | 184.62 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 173 | 238 | 0.87 | 0.27 | 0 | 0.07 | 198.75 | 0.86 | 0.53 |
| Hex | 1E | AD | EE | 57 | 1B | 0 | 7 | C7 | 56 | 35 |
| Octal | 36 | 255 | 356 | 127 | 33 | 0 | 7 | 307 | 126 | 65 |
| Binary | 11110 | 10101101 | 11101110 | 1010111 | 11011 | 0 | 111 | 11000111 | 1010110 | 110101 |
Color Harmonies of #1EADEE
Complementary color
Monochromatic Colors of #1EADEE
Black with #1EADEE
Text Example
Text Example
White with #1EADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EADEE; }
p { color: rgb(30,173,238); }
H1.HeaderClassName
{
color: #1EADEE;
}
.AnyTagClassName
{
color: #1EADEE;
}
</style>
background-color css
<style>
a { background-color: #1EADEE; }
a { background-color: rgb(30,173,238); }
div.DivClassName
{
background-color: #1EADEE;
}
.BgClassName
{
background-color: #1EADEE;
}
</style>
border-color css
<style>
span { border-color: #1EADEE; }
span { border-color: rgb(30,173,238); }
td.TdClassName
{
border-color: #1EADEE;
}
.TagClassName
{
border-color: #1EADEE;
}
</style>