Shades of Summer Sky #1EB2DB
Tints of Summer Sky #1EB2DB
RGB
CMYK
RGB Variations
Color information
#1EB2DB (or 0x1EB2DB) is known color: Summer Sky. HEX triplet: 1E, B2 and DB. RGB value is (30,178,219). Sum of RGB (Red+Green+Blue) = 30+178+219=427 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.03% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #1EB2DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EB2DB is #E14D24. Grayscale: #8A8A8A. Windows color (decimal): -14765349 or 14397982. OLE color: 14397982.
HSL color Cylindrical-coordinate representation of color #1EB2DB: hue angle of 193.02º 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 #1EB2DB is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 178 | 219 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.14 |
| HSL | 193.02º | 0.76% | 0.49% | - |
| HSV(B) | 193.02º | 0.86% | 0.86% | - |
| XYZ | 29.24 | 37.23 | 72.66 | - |
| YUV | 138.42 | 173.47 | 50.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 178 | 219 | 0.86 | 0.19 | 0 | 0.14 | 193.02 | 0.76 | 0.49 |
| Hex | 1E | B2 | DB | 56 | 13 | 0 | E | C1 | 4C | 31 |
| Octal | 36 | 262 | 333 | 126 | 23 | 0 | 16 | 301 | 114 | 61 |
| Binary | 11110 | 10110010 | 11011011 | 1010110 | 10011 | 0 | 1110 | 11000001 | 1001100 | 110001 |
Color Harmonies of #1EB2DB
Complementary color
Monochromatic Colors of #1EB2DB
Black with #1EB2DB
Text Example
Text Example
White with #1EB2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB2DB; }
p { color: rgb(30,178,219); }
H1.HeaderClassName
{
color: #1EB2DB;
}
.AnyTagClassName
{
color: #1EB2DB;
}
</style>
background-color css
<style>
a { background-color: #1EB2DB; }
a { background-color: rgb(30,178,219); }
div.DivClassName
{
background-color: #1EB2DB;
}
.BgClassName
{
background-color: #1EB2DB;
}
</style>
border-color css
<style>
span { border-color: #1EB2DB; }
span { border-color: rgb(30,178,219); }
td.TdClassName
{
border-color: #1EB2DB;
}
.TagClassName
{
border-color: #1EB2DB;
}
</style>