Shades of Summer Sky #1EB3DB
Tints of Summer Sky #1EB3DB
RGB
CMYK
RGB Variations
Color information
#1EB3DB (or 0x1EB3DB) is known color: Summer Sky. HEX triplet: 1E, B3 and DB. RGB value is (30,179,219). Sum of RGB (Red+Green+Blue) = 30+179+219=428 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.01% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #1EB3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB3DB is #E14C24. Grayscale: #8A8A8A. Windows color (decimal): -14765093 or 14398238. OLE color: 14398238.
HSL color Cylindrical-coordinate representation of color #1EB3DB: hue angle of 192.7º 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 #1EB3DB is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 179 | 219 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.14 |
| HSL | 192.7º | 0.76% | 0.49% | - |
| HSV(B) | 192.7º | 0.86% | 0.86% | - |
| XYZ | 29.44 | 37.63 | 72.73 | - |
| YUV | 139.01 | 173.14 | 50.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 179 | 219 | 0.86 | 0.18 | 0 | 0.14 | 192.7 | 0.76 | 0.49 |
| Hex | 1E | B3 | DB | 56 | 12 | 0 | E | C1 | 4C | 31 |
| Octal | 36 | 263 | 333 | 126 | 22 | 0 | 16 | 301 | 114 | 61 |
| Binary | 11110 | 10110011 | 11011011 | 1010110 | 10010 | 0 | 1110 | 11000001 | 1001100 | 110001 |
Color Harmonies of #1EB3DB
Complementary color
Monochromatic Colors of #1EB3DB
Black with #1EB3DB
Text Example
Text Example
White with #1EB3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB3DB; }
p { color: rgb(30,179,219); }
H1.HeaderClassName
{
color: #1EB3DB;
}
.AnyTagClassName
{
color: #1EB3DB;
}
</style>
background-color css
<style>
a { background-color: #1EB3DB; }
a { background-color: rgb(30,179,219); }
div.DivClassName
{
background-color: #1EB3DB;
}
.BgClassName
{
background-color: #1EB3DB;
}
</style>
border-color css
<style>
span { border-color: #1EB3DB; }
span { border-color: rgb(30,179,219); }
td.TdClassName
{
border-color: #1EB3DB;
}
.TagClassName
{
border-color: #1EB3DB;
}
</style>