Shades of Summer Sky #2EADCC
Tints of Summer Sky #2EADCC
RGB
CMYK
RGB Variations
Color information
#2EADCC (or 0x2EADCC) is known color: Summer Sky. HEX triplet: 2E, AD and CC. RGB value is (46,173,204). Sum of RGB (Red+Green+Blue) = 46+173+204=423 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.87% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #2EADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EADCC is #D15233. Grayscale: #8A8A8A. Windows color (decimal): -13718068 or 13413678. OLE color: 13413678.
HSL color Cylindrical-coordinate representation of color #2EADCC: hue angle of 191.77º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EADCC is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 173 | 204 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.2 |
| HSL | 191.77º | 0.63% | 0.49% | - |
| HSV(B) | 191.77º | 0.77% | 0.8% | - |
| XYZ | 26.97 | 34.83 | 62.43 | - |
| YUV | 138.56 | 164.92 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 173 | 204 | 0.77 | 0.15 | 0 | 0.2 | 191.77 | 0.63 | 0.49 |
| Hex | 2E | AD | CC | 4D | F | 0 | 14 | C0 | 3F | 31 |
| Octal | 56 | 255 | 314 | 115 | 17 | 0 | 24 | 300 | 77 | 61 |
| Binary | 101110 | 10101101 | 11001100 | 1001101 | 1111 | 0 | 10100 | 11000000 | 111111 | 110001 |
Color Harmonies of #2EADCC
Complementary color
Monochromatic Colors of #2EADCC
Black with #2EADCC
Text Example
Text Example
White with #2EADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EADCC; }
p { color: rgb(46,173,204); }
H1.HeaderClassName
{
color: #2EADCC;
}
.AnyTagClassName
{
color: #2EADCC;
}
</style>
background-color css
<style>
a { background-color: #2EADCC; }
a { background-color: rgb(46,173,204); }
div.DivClassName
{
background-color: #2EADCC;
}
.BgClassName
{
background-color: #2EADCC;
}
</style>
border-color css
<style>
span { border-color: #2EADCC; }
span { border-color: rgb(46,173,204); }
td.TdClassName
{
border-color: #2EADCC;
}
.TagClassName
{
border-color: #2EADCC;
}
</style>