Shades of Summer Sky #1E94D9
Tints of Summer Sky #1E94D9
RGB
CMYK
RGB Variations
Color information
#1E94D9 (or 0x1E94D9) is known color: Summer Sky. HEX triplet: 1E, 94 and D9. RGB value is (30,148,217). Sum of RGB (Red+Green+Blue) = 30+148+217=395 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.59% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 217 (85.16% from 255 or 54.94% from 395); Max value from RGB is 217 - color contains mainly: blue. Hex color #1E94D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E94D9 is #E16B26. Grayscale: #787878. Windows color (decimal): -14773031 or 14259230. OLE color: 14259230.
HSL color Cylindrical-coordinate representation of color #1E94D9: hue angle of 202.14º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E94D9 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 148 | 217 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.15 |
| HSL | 202.14º | 0.76% | 0.48% | - |
| HSV(B) | 202.14º | 0.86% | 0.85% | - |
| XYZ | 23.65 | 26.47 | 69.51 | - |
| YUV | 120.58 | 182.41 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 148 | 217 | 0.86 | 0.32 | 0 | 0.15 | 202.14 | 0.76 | 0.48 |
| Hex | 1E | 94 | D9 | 56 | 20 | 0 | F | CA | 4C | 30 |
| Octal | 36 | 224 | 331 | 126 | 40 | 0 | 17 | 312 | 114 | 60 |
| Binary | 11110 | 10010100 | 11011001 | 1010110 | 100000 | 0 | 1111 | 11001010 | 1001100 | 110000 |
Color Harmonies of #1E94D9
Complementary color
Monochromatic Colors of #1E94D9
Black with #1E94D9
Text Example
Text Example
White with #1E94D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E94D9; }
p { color: rgb(30,148,217); }
H1.HeaderClassName
{
color: #1E94D9;
}
.AnyTagClassName
{
color: #1E94D9;
}
</style>
background-color css
<style>
a { background-color: #1E94D9; }
a { background-color: rgb(30,148,217); }
div.DivClassName
{
background-color: #1E94D9;
}
.BgClassName
{
background-color: #1E94D9;
}
</style>
border-color css
<style>
span { border-color: #1E94D9; }
span { border-color: rgb(30,148,217); }
td.TdClassName
{
border-color: #1E94D9;
}
.TagClassName
{
border-color: #1E94D9;
}
</style>