Shades of Summer Sky #1E9ADC
Tints of Summer Sky #1E9ADC
RGB
CMYK
RGB Variations
Color information
#1E9ADC (or 0x1E9ADC) is known color: Summer Sky. HEX triplet: 1E, 9A and DC. RGB value is (30,154,220). Sum of RGB (Red+Green+Blue) = 30+154+220=404 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.43% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #1E9ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9ADC is #E16523. Grayscale: #7C7C7C. Windows color (decimal): -14771492 or 14457374. OLE color: 14457374.
HSL color Cylindrical-coordinate representation of color #1E9ADC: hue angle of 200.84º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E9ADC is Cyan = 0.86, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 154 | 220 | - |
| CMYK | 0.86 | 0.3 | 0 | 0.14 |
| HSL | 200.84º | 0.76% | 0.49% | - |
| HSV(B) | 200.84º | 0.86% | 0.86% | - |
| XYZ | 25.01 | 28.55 | 71.9 | - |
| YUV | 124.45 | 181.92 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 154 | 220 | 0.86 | 0.3 | 0 | 0.14 | 200.84 | 0.76 | 0.49 |
| Hex | 1E | 9A | DC | 56 | 1E | 0 | E | C9 | 4C | 31 |
| Octal | 36 | 232 | 334 | 126 | 36 | 0 | 16 | 311 | 114 | 61 |
| Binary | 11110 | 10011010 | 11011100 | 1010110 | 11110 | 0 | 1110 | 11001001 | 1001100 | 110001 |
Color Harmonies of #1E9ADC
Complementary color
Monochromatic Colors of #1E9ADC
Black with #1E9ADC
Text Example
Text Example
White with #1E9ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9ADC; }
p { color: rgb(30,154,220); }
H1.HeaderClassName
{
color: #1E9ADC;
}
.AnyTagClassName
{
color: #1E9ADC;
}
</style>
background-color css
<style>
a { background-color: #1E9ADC; }
a { background-color: rgb(30,154,220); }
div.DivClassName
{
background-color: #1E9ADC;
}
.BgClassName
{
background-color: #1E9ADC;
}
</style>
border-color css
<style>
span { border-color: #1E9ADC; }
span { border-color: rgb(30,154,220); }
td.TdClassName
{
border-color: #1E9ADC;
}
.TagClassName
{
border-color: #1E9ADC;
}
</style>