Shades of Summer Sky #1EB5DD
Tints of Summer Sky #1EB5DD
RGB
CMYK
RGB Variations
Color information
#1EB5DD (or 0x1EB5DD) is known color: Summer Sky. HEX triplet: 1E, B5 and DD. RGB value is (30,181,221). Sum of RGB (Red+Green+Blue) = 30+181+221=432 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.94% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #1EB5DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB5DD is #E14A22. Grayscale: #8C8C8C. Windows color (decimal): -14764579 or 14529822. OLE color: 14529822.
HSL color Cylindrical-coordinate representation of color #1EB5DD: hue angle of 192.57º 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 #1EB5DD is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 181 | 221 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.13 |
| HSL | 192.57º | 0.76% | 0.49% | - |
| HSV(B) | 192.57º | 0.86% | 0.87% | - |
| XYZ | 30.11 | 38.54 | 74.26 | - |
| YUV | 140.41 | 173.47 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 181 | 221 | 0.86 | 0.18 | 0 | 0.13 | 192.57 | 0.76 | 0.49 |
| Hex | 1E | B5 | DD | 56 | 12 | 0 | D | C1 | 4C | 31 |
| Octal | 36 | 265 | 335 | 126 | 22 | 0 | 15 | 301 | 114 | 61 |
| Binary | 11110 | 10110101 | 11011101 | 1010110 | 10010 | 0 | 1101 | 11000001 | 1001100 | 110001 |
Color Harmonies of #1EB5DD
Complementary color
Monochromatic Colors of #1EB5DD
Black with #1EB5DD
Text Example
Text Example
White with #1EB5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB5DD; }
p { color: rgb(30,181,221); }
H1.HeaderClassName
{
color: #1EB5DD;
}
.AnyTagClassName
{
color: #1EB5DD;
}
</style>
background-color css
<style>
a { background-color: #1EB5DD; }
a { background-color: rgb(30,181,221); }
div.DivClassName
{
background-color: #1EB5DD;
}
.BgClassName
{
background-color: #1EB5DD;
}
</style>
border-color css
<style>
span { border-color: #1EB5DD; }
span { border-color: rgb(30,181,221); }
td.TdClassName
{
border-color: #1EB5DD;
}
.TagClassName
{
border-color: #1EB5DD;
}
</style>