Shades of Summer Sky #2EADCF
Tints of Summer Sky #2EADCF
RGB
CMYK
RGB Variations
Color information
#2EADCF (or 0x2EADCF) is known color: Summer Sky. HEX triplet: 2E, AD and CF. RGB value is (46,173,207). Sum of RGB (Red+Green+Blue) = 46+173+207=426 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.80% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #2EADCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EADCF is #D15230. Grayscale: #8A8A8A. Windows color (decimal): -13718065 or 13610286. OLE color: 13610286.
HSL color Cylindrical-coordinate representation of color #2EADCF: hue angle of 192.67º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EADCF is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 173 | 207 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.19 |
| HSL | 192.67º | 0.64% | 0.5% | - |
| HSV(B) | 192.67º | 0.78% | 0.81% | - |
| XYZ | 27.33 | 34.97 | 64.34 | - |
| YUV | 138.9 | 166.42 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 173 | 207 | 0.78 | 0.16 | 0 | 0.19 | 192.67 | 0.64 | 0.5 |
| Hex | 2E | AD | CF | 4E | 10 | 0 | 13 | C1 | 40 | 32 |
| Octal | 56 | 255 | 317 | 116 | 20 | 0 | 23 | 301 | 100 | 62 |
| Binary | 101110 | 10101101 | 11001111 | 1001110 | 10000 | 0 | 10011 | 11000001 | 1000000 | 110010 |
Color Harmonies of #2EADCF
Complementary color
Monochromatic Colors of #2EADCF
Black with #2EADCF
Text Example
Text Example
White with #2EADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EADCF; }
p { color: rgb(46,173,207); }
H1.HeaderClassName
{
color: #2EADCF;
}
.AnyTagClassName
{
color: #2EADCF;
}
</style>
background-color css
<style>
a { background-color: #2EADCF; }
a { background-color: rgb(46,173,207); }
div.DivClassName
{
background-color: #2EADCF;
}
.BgClassName
{
background-color: #2EADCF;
}
</style>
border-color css
<style>
span { border-color: #2EADCF; }
span { border-color: rgb(46,173,207); }
td.TdClassName
{
border-color: #2EADCF;
}
.TagClassName
{
border-color: #2EADCF;
}
</style>