Shades of Summer Sky #2EADFD
Tints of Summer Sky #2EADFD
RGB
CMYK
RGB Variations
Color information
#2EADFD (or 0x2EADFD) is known color: Summer Sky. HEX triplet: 2E, AD and FD. RGB value is (46,173,253). Sum of RGB (Red+Green+Blue) = 46+173+253=472 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.75% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #2EADFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EADFD is #D15202. Grayscale: #8F8F8F. Windows color (decimal): -13718019 or 16624942. OLE color: 16624942.
HSL color Cylindrical-coordinate representation of color #2EADFD: hue angle of 203.19º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EADFD is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 173 | 253 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.01 |
| HSL | 203.19º | 0.98% | 0.59% | - |
| HSV(B) | 203.19º | 0.82% | 0.99% | - |
| XYZ | 33.8 | 37.56 | 98.4 | - |
| YUV | 144.15 | 189.42 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 173 | 253 | 0.82 | 0.32 | 0 | 0.01 | 203.19 | 0.98 | 0.59 |
| Hex | 2E | AD | FD | 52 | 20 | 0 | 1 | CB | 62 | 3B |
| Octal | 56 | 255 | 375 | 122 | 40 | 0 | 1 | 313 | 142 | 73 |
| Binary | 101110 | 10101101 | 11111101 | 1010010 | 100000 | 0 | 1 | 11001011 | 1100010 | 111011 |
Color Harmonies of #2EADFD
Complementary color
Monochromatic Colors of #2EADFD
Black with #2EADFD
Text Example
Text Example
White with #2EADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EADFD; }
p { color: rgb(46,173,253); }
H1.HeaderClassName
{
color: #2EADFD;
}
.AnyTagClassName
{
color: #2EADFD;
}
</style>
background-color css
<style>
a { background-color: #2EADFD; }
a { background-color: rgb(46,173,253); }
div.DivClassName
{
background-color: #2EADFD;
}
.BgClassName
{
background-color: #2EADFD;
}
</style>
border-color css
<style>
span { border-color: #2EADFD; }
span { border-color: rgb(46,173,253); }
td.TdClassName
{
border-color: #2EADFD;
}
.TagClassName
{
border-color: #2EADFD;
}
</style>