Shades of Summer Sky #1EBEEE
Tints of Summer Sky #1EBEEE
RGB
CMYK
RGB Variations
Color information
#1EBEEE (or 0x1EBEEE) is known color: Summer Sky. HEX triplet: 1E, BE and EE. RGB value is (30,190,238). Sum of RGB (Red+Green+Blue) = 30+190+238=458 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.55% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #1EBEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EBEEE is #E14111. Grayscale: #939393. Windows color (decimal): -14762258 or 15646238. OLE color: 15646238.
HSL color Cylindrical-coordinate representation of color #1EBEEE: hue angle of 193.85º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EBEEE is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 190 | 238 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.07 |
| HSL | 193.85º | 0.86% | 0.53% | - |
| HSV(B) | 193.85º | 0.87% | 0.93% | - |
| XYZ | 34.38 | 43.28 | 87.43 | - |
| YUV | 147.63 | 178.99 | 44.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 190 | 238 | 0.87 | 0.20 | 0 | 0.07 | 193.85 | 0.86 | 0.53 |
| Hex | 1E | BE | EE | 57 | 14 | 0 | 7 | C2 | 56 | 35 |
| Octal | 36 | 276 | 356 | 127 | 24 | 0 | 7 | 302 | 126 | 65 |
| Binary | 11110 | 10111110 | 11101110 | 1010111 | 10100 | 0 | 111 | 11000010 | 1010110 | 110101 |
Color Harmonies of #1EBEEE
Complementary color
Monochromatic Colors of #1EBEEE
Black with #1EBEEE
Text Example
Text Example
White with #1EBEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBEEE; }
p { color: rgb(30,190,238); }
H1.HeaderClassName
{
color: #1EBEEE;
}
.AnyTagClassName
{
color: #1EBEEE;
}
</style>
background-color css
<style>
a { background-color: #1EBEEE; }
a { background-color: rgb(30,190,238); }
div.DivClassName
{
background-color: #1EBEEE;
}
.BgClassName
{
background-color: #1EBEEE;
}
</style>
border-color css
<style>
span { border-color: #1EBEEE; }
span { border-color: rgb(30,190,238); }
td.TdClassName
{
border-color: #1EBEEE;
}
.TagClassName
{
border-color: #1EBEEE;
}
</style>