Shades of Summer Sky #1E9DDD
Tints of Summer Sky #1E9DDD
RGB
CMYK
RGB Variations
Color information
#1E9DDD (or 0x1E9DDD) is known color: Summer Sky. HEX triplet: 1E, 9D and DD. RGB value is (30,157,221). Sum of RGB (Red+Green+Blue) = 30+157+221=408 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.35% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E9DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9DDD is #E16222. Grayscale: #7D7D7D. Windows color (decimal): -14770723 or 14523678. OLE color: 14523678.
HSL color Cylindrical-coordinate representation of color #1E9DDD: hue angle of 200.1º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E9DDD is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 157 | 221 | - |
| CMYK | 0.86 | 0.29 | 0 | 0.13 |
| HSL | 200.1º | 0.76% | 0.49% | - |
| HSV(B) | 200.1º | 0.86% | 0.87% | - |
| XYZ | 25.64 | 29.61 | 72.77 | - |
| YUV | 126.32 | 181.42 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 157 | 221 | 0.86 | 0.29 | 0 | 0.13 | 200.1 | 0.76 | 0.49 |
| Hex | 1E | 9D | DD | 56 | 1D | 0 | D | C8 | 4C | 31 |
| Octal | 36 | 235 | 335 | 126 | 35 | 0 | 15 | 310 | 114 | 61 |
| Binary | 11110 | 10011101 | 11011101 | 1010110 | 11101 | 0 | 1101 | 11001000 | 1001100 | 110001 |
Color Harmonies of #1E9DDD
Complementary color
Monochromatic Colors of #1E9DDD
Black with #1E9DDD
Text Example
Text Example
White with #1E9DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9DDD; }
p { color: rgb(30,157,221); }
H1.HeaderClassName
{
color: #1E9DDD;
}
.AnyTagClassName
{
color: #1E9DDD;
}
</style>
background-color css
<style>
a { background-color: #1E9DDD; }
a { background-color: rgb(30,157,221); }
div.DivClassName
{
background-color: #1E9DDD;
}
.BgClassName
{
background-color: #1E9DDD;
}
</style>
border-color css
<style>
span { border-color: #1E9DDD; }
span { border-color: rgb(30,157,221); }
td.TdClassName
{
border-color: #1E9DDD;
}
.TagClassName
{
border-color: #1E9DDD;
}
</style>