Shades of Summer Sky #1EBEDF
Tints of Summer Sky #1EBEDF
RGB
CMYK
RGB Variations
Color information
#1EBEDF (or 0x1EBEDF) is known color: Summer Sky. HEX triplet: 1E, BE and DF. RGB value is (30,190,223). Sum of RGB (Red+Green+Blue) = 30+190+223=443 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.77% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #1EBEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBEDF is #E14120. Grayscale: #919191. Windows color (decimal): -14762273 or 14663198. OLE color: 14663198.
HSL color Cylindrical-coordinate representation of color #1EBEDF: hue angle of 190.26º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EBEDF is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 190 | 223 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.13 |
| HSL | 190.26º | 0.76% | 0.5% | - |
| HSV(B) | 190.26º | 0.87% | 0.87% | - |
| XYZ | 32.27 | 42.43 | 76.3 | - |
| YUV | 145.92 | 171.49 | 45.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 190 | 223 | 0.87 | 0.15 | 0 | 0.13 | 190.26 | 0.76 | 0.5 |
| Hex | 1E | BE | DF | 57 | F | 0 | D | BE | 4C | 32 |
| Octal | 36 | 276 | 337 | 127 | 17 | 0 | 15 | 276 | 114 | 62 |
| Binary | 11110 | 10111110 | 11011111 | 1010111 | 1111 | 0 | 1101 | 10111110 | 1001100 | 110010 |
Color Harmonies of #1EBEDF
Complementary color
Monochromatic Colors of #1EBEDF
Black with #1EBEDF
Text Example
Text Example
White with #1EBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBEDF; }
p { color: rgb(30,190,223); }
H1.HeaderClassName
{
color: #1EBEDF;
}
.AnyTagClassName
{
color: #1EBEDF;
}
</style>
background-color css
<style>
a { background-color: #1EBEDF; }
a { background-color: rgb(30,190,223); }
div.DivClassName
{
background-color: #1EBEDF;
}
.BgClassName
{
background-color: #1EBEDF;
}
</style>
border-color css
<style>
span { border-color: #1EBEDF; }
span { border-color: rgb(30,190,223); }
td.TdClassName
{
border-color: #1EBEDF;
}
.TagClassName
{
border-color: #1EBEDF;
}
</style>