Shades of Summer Sky #1EBFDE
Tints of Summer Sky #1EBFDE
RGB
CMYK
RGB Variations
Color information
#1EBFDE (or 0x1EBFDE) is known color: Summer Sky. HEX triplet: 1E, BF and DE. RGB value is (30,191,222). Sum of RGB (Red+Green+Blue) = 30+191+222=443 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.77% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #1EBFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBFDE is #E14021. Grayscale: #929292. Windows color (decimal): -14762018 or 14597918. OLE color: 14597918.
HSL color Cylindrical-coordinate representation of color #1EBFDE: hue angle of 189.69º 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 #1EBFDE is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 191 | 222 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.13 |
| HSL | 189.69º | 0.76% | 0.49% | - |
| HSV(B) | 189.69º | 0.86% | 0.87% | - |
| XYZ | 32.35 | 42.81 | 75.67 | - |
| YUV | 146.4 | 170.66 | 44.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 191 | 222 | 0.86 | 0.14 | 0 | 0.13 | 189.69 | 0.76 | 0.49 |
| Hex | 1E | BF | DE | 56 | E | 0 | D | BE | 4C | 31 |
| Octal | 36 | 277 | 336 | 126 | 16 | 0 | 15 | 276 | 114 | 61 |
| Binary | 11110 | 10111111 | 11011110 | 1010110 | 1110 | 0 | 1101 | 10111110 | 1001100 | 110001 |
Color Harmonies of #1EBFDE
Complementary color
Monochromatic Colors of #1EBFDE
Black with #1EBFDE
Text Example
Text Example
White with #1EBFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBFDE; }
p { color: rgb(30,191,222); }
H1.HeaderClassName
{
color: #1EBFDE;
}
.AnyTagClassName
{
color: #1EBFDE;
}
</style>
background-color css
<style>
a { background-color: #1EBFDE; }
a { background-color: rgb(30,191,222); }
div.DivClassName
{
background-color: #1EBFDE;
}
.BgClassName
{
background-color: #1EBFDE;
}
</style>
border-color css
<style>
span { border-color: #1EBFDE; }
span { border-color: rgb(30,191,222); }
td.TdClassName
{
border-color: #1EBFDE;
}
.TagClassName
{
border-color: #1EBFDE;
}
</style>