Shades of Summer Sky #2EADCD
Tints of Summer Sky #2EADCD
RGB
CMYK
RGB Variations
Color information
#2EADCD (or 0x2EADCD) is known color: Summer Sky. HEX triplet: 2E, AD and CD. RGB value is (46,173,205). Sum of RGB (Red+Green+Blue) = 46+173+205=424 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.85% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #2EADCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EADCD is #D15232. Grayscale: #8A8A8A. Windows color (decimal): -13718067 or 13479214. OLE color: 13479214.
HSL color Cylindrical-coordinate representation of color #2EADCD: hue angle of 192.08º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EADCD is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 173 | 205 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.20 |
| HSL | 192.08º | 0.63% | 0.49% | - |
| HSV(B) | 192.08º | 0.78% | 0.8% | - |
| XYZ | 27.09 | 34.88 | 63.06 | - |
| YUV | 138.68 | 165.42 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 173 | 205 | 0.78 | 0.16 | 0 | 0.20 | 192.08 | 0.63 | 0.49 |
| Hex | 2E | AD | CD | 4E | 10 | 0 | 14 | C0 | 3F | 31 |
| Octal | 56 | 255 | 315 | 116 | 20 | 0 | 24 | 300 | 77 | 61 |
| Binary | 101110 | 10101101 | 11001101 | 1001110 | 10000 | 0 | 10100 | 11000000 | 111111 | 110001 |
Color Harmonies of #2EADCD
Complementary color
Monochromatic Colors of #2EADCD
Black with #2EADCD
Text Example
Text Example
White with #2EADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EADCD; }
p { color: rgb(46,173,205); }
H1.HeaderClassName
{
color: #2EADCD;
}
.AnyTagClassName
{
color: #2EADCD;
}
</style>
background-color css
<style>
a { background-color: #2EADCD; }
a { background-color: rgb(46,173,205); }
div.DivClassName
{
background-color: #2EADCD;
}
.BgClassName
{
background-color: #2EADCD;
}
</style>
border-color css
<style>
span { border-color: #2EADCD; }
span { border-color: rgb(46,173,205); }
td.TdClassName
{
border-color: #2EADCD;
}
.TagClassName
{
border-color: #2EADCD;
}
</style>