Shades of Summer Sky #3EADDC
Tints of Summer Sky #3EADDC
RGB
CMYK
RGB Variations
Color information
#3EADDC (or 0x3EADDC) is known color: Summer Sky. HEX triplet: 3E, AD and DC. RGB value is (62,173,220). Sum of RGB (Red+Green+Blue) = 62+173+220=455 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.63% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #3EADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EADDC is #C15223. Grayscale: #909090. Windows color (decimal): -12669476 or 14462270. OLE color: 14462270.
HSL color Cylindrical-coordinate representation of color #3EADDC: hue angle of 197.85º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EADDC is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 173 | 220 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.14 |
| HSL | 197.85º | 0.69% | 0.55% | - |
| HSV(B) | 197.85º | 0.72% | 0.86% | - |
| XYZ | 29.85 | 36.08 | 73.1 | - |
| YUV | 145.17 | 170.23 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 173 | 220 | 0.72 | 0.21 | 0 | 0.14 | 197.85 | 0.69 | 0.55 |
| Hex | 3E | AD | DC | 48 | 15 | 0 | E | C6 | 45 | 37 |
| Octal | 76 | 255 | 334 | 110 | 25 | 0 | 16 | 306 | 105 | 67 |
| Binary | 111110 | 10101101 | 11011100 | 1001000 | 10101 | 0 | 1110 | 11000110 | 1000101 | 110111 |
Color Harmonies of #3EADDC
Complementary color
Monochromatic Colors of #3EADDC
Black with #3EADDC
Text Example
Text Example
White with #3EADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EADDC; }
p { color: rgb(62,173,220); }
H1.HeaderClassName
{
color: #3EADDC;
}
.AnyTagClassName
{
color: #3EADDC;
}
</style>
background-color css
<style>
a { background-color: #3EADDC; }
a { background-color: rgb(62,173,220); }
div.DivClassName
{
background-color: #3EADDC;
}
.BgClassName
{
background-color: #3EADDC;
}
</style>
border-color css
<style>
span { border-color: #3EADDC; }
span { border-color: rgb(62,173,220); }
td.TdClassName
{
border-color: #3EADDC;
}
.TagClassName
{
border-color: #3EADDC;
}
</style>