Shades of Summer Sky #1E9FDD
Tints of Summer Sky #1E9FDD
RGB
CMYK
RGB Variations
Color information
#1E9FDD (or 0x1E9FDD) is known color: Summer Sky. HEX triplet: 1E, 9F and DD. RGB value is (30,159,221). Sum of RGB (Red+Green+Blue) = 30+159+221=410 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.32% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E9FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9FDD is #E16022. Grayscale: #7F7F7F. Windows color (decimal): -14770211 or 14524190. OLE color: 14524190.
HSL color Cylindrical-coordinate representation of color #1E9FDD: hue angle of 199.48º 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 #1E9FDD is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 159 | 221 | - |
| CMYK | 0.86 | 0.28 | 0 | 0.13 |
| HSL | 199.48º | 0.76% | 0.49% | - |
| HSV(B) | 199.48º | 0.86% | 0.87% | - |
| XYZ | 25.98 | 30.29 | 72.88 | - |
| YUV | 127.5 | 180.76 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 159 | 221 | 0.86 | 0.28 | 0 | 0.13 | 199.48 | 0.76 | 0.49 |
| Hex | 1E | 9F | DD | 56 | 1C | 0 | D | C7 | 4C | 31 |
| Octal | 36 | 237 | 335 | 126 | 34 | 0 | 15 | 307 | 114 | 61 |
| Binary | 11110 | 10011111 | 11011101 | 1010110 | 11100 | 0 | 1101 | 11000111 | 1001100 | 110001 |
Color Harmonies of #1E9FDD
Complementary color
Monochromatic Colors of #1E9FDD
Black with #1E9FDD
Text Example
Text Example
White with #1E9FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9FDD; }
p { color: rgb(30,159,221); }
H1.HeaderClassName
{
color: #1E9FDD;
}
.AnyTagClassName
{
color: #1E9FDD;
}
</style>
background-color css
<style>
a { background-color: #1E9FDD; }
a { background-color: rgb(30,159,221); }
div.DivClassName
{
background-color: #1E9FDD;
}
.BgClassName
{
background-color: #1E9FDD;
}
</style>
border-color css
<style>
span { border-color: #1E9FDD; }
span { border-color: rgb(30,159,221); }
td.TdClassName
{
border-color: #1E9FDD;
}
.TagClassName
{
border-color: #1E9FDD;
}
</style>