Shades of Summer Sky #1EADDF
Tints of Summer Sky #1EADDF
RGB
CMYK
RGB Variations
Color information
#1EADDF (or 0x1EADDF) is known color: Summer Sky. HEX triplet: 1E, AD and DF. RGB value is (30,173,223). Sum of RGB (Red+Green+Blue) = 30+173+223=426 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.04% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #1EADDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EADDF is #E15220. Grayscale: #878787. Windows color (decimal): -14766625 or 14658846. OLE color: 14658846.
HSL color Cylindrical-coordinate representation of color #1EADDF: hue angle of 195.54º 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 #1EADDF is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 173 | 223 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.13 |
| HSL | 195.54º | 0.76% | 0.5% | - |
| HSV(B) | 195.54º | 0.87% | 0.87% | - |
| XYZ | 28.8 | 35.49 | 75.14 | - |
| YUV | 135.94 | 177.12 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 173 | 223 | 0.87 | 0.22 | 0 | 0.13 | 195.54 | 0.76 | 0.5 |
| Hex | 1E | AD | DF | 57 | 16 | 0 | D | C4 | 4C | 32 |
| Octal | 36 | 255 | 337 | 127 | 26 | 0 | 15 | 304 | 114 | 62 |
| Binary | 11110 | 10101101 | 11011111 | 1010111 | 10110 | 0 | 1101 | 11000100 | 1001100 | 110010 |
Color Harmonies of #1EADDF
Complementary color
Monochromatic Colors of #1EADDF
Black with #1EADDF
Text Example
Text Example
White with #1EADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EADDF; }
p { color: rgb(30,173,223); }
H1.HeaderClassName
{
color: #1EADDF;
}
.AnyTagClassName
{
color: #1EADDF;
}
</style>
background-color css
<style>
a { background-color: #1EADDF; }
a { background-color: rgb(30,173,223); }
div.DivClassName
{
background-color: #1EADDF;
}
.BgClassName
{
background-color: #1EADDF;
}
</style>
border-color css
<style>
span { border-color: #1EADDF; }
span { border-color: rgb(30,173,223); }
td.TdClassName
{
border-color: #1EADDF;
}
.TagClassName
{
border-color: #1EADDF;
}
</style>