Shades of Summer Sky #1EB9DC
Tints of Summer Sky #1EB9DC
RGB
CMYK
RGB Variations
Color information
#1EB9DC (or 0x1EB9DC) is known color: Summer Sky. HEX triplet: 1E, B9 and DC. RGB value is (30,185,220). Sum of RGB (Red+Green+Blue) = 30+185+220=435 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.90% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #1EB9DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB9DC is #E14623. Grayscale: #8E8E8E. Windows color (decimal): -14763556 or 14465310. OLE color: 14465310.
HSL color Cylindrical-coordinate representation of color #1EB9DC: hue angle of 191.05º 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 #1EB9DC is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 185 | 220 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.14 |
| HSL | 191.05º | 0.76% | 0.49% | - |
| HSV(B) | 191.05º | 0.86% | 0.86% | - |
| XYZ | 30.8 | 40.14 | 73.83 | - |
| YUV | 142.65 | 171.65 | 47.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 185 | 220 | 0.86 | 0.16 | 0 | 0.14 | 191.05 | 0.76 | 0.49 |
| Hex | 1E | B9 | DC | 56 | 10 | 0 | E | BF | 4C | 31 |
| Octal | 36 | 271 | 334 | 126 | 20 | 0 | 16 | 277 | 114 | 61 |
| Binary | 11110 | 10111001 | 11011100 | 1010110 | 10000 | 0 | 1110 | 10111111 | 1001100 | 110001 |
Color Harmonies of #1EB9DC
Complementary color
Monochromatic Colors of #1EB9DC
Black with #1EB9DC
Text Example
Text Example
White with #1EB9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB9DC; }
p { color: rgb(30,185,220); }
H1.HeaderClassName
{
color: #1EB9DC;
}
.AnyTagClassName
{
color: #1EB9DC;
}
</style>
background-color css
<style>
a { background-color: #1EB9DC; }
a { background-color: rgb(30,185,220); }
div.DivClassName
{
background-color: #1EB9DC;
}
.BgClassName
{
background-color: #1EB9DC;
}
</style>
border-color css
<style>
span { border-color: #1EB9DC; }
span { border-color: rgb(30,185,220); }
td.TdClassName
{
border-color: #1EB9DC;
}
.TagClassName
{
border-color: #1EB9DC;
}
</style>