Shades of Summer Sky #2EAEFC
Tints of Summer Sky #2EAEFC
RGB
CMYK
RGB Variations
Color information
#2EAEFC (or 0x2EAEFC) is known color: Summer Sky. HEX triplet: 2E, AE and FC. RGB value is (46,174,252). Sum of RGB (Red+Green+Blue) = 46+174+252=472 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.75% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #2EAEFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EAEFC is #D15103. Grayscale: #909090. Windows color (decimal): -13717764 or 16559662. OLE color: 16559662.
HSL color Cylindrical-coordinate representation of color #2EAEFC: hue angle of 202.72º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EAEFC is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 174 | 252 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.01 |
| HSL | 202.72º | 0.97% | 0.58% | - |
| HSV(B) | 202.72º | 0.82% | 0.99% | - |
| XYZ | 33.83 | 37.88 | 97.62 | - |
| YUV | 144.62 | 188.59 | 57.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 174 | 252 | 0.82 | 0.31 | 0 | 0.01 | 202.72 | 0.97 | 0.58 |
| Hex | 2E | AE | FC | 52 | 1F | 0 | 1 | CB | 61 | 3A |
| Octal | 56 | 256 | 374 | 122 | 37 | 0 | 1 | 313 | 141 | 72 |
| Binary | 101110 | 10101110 | 11111100 | 1010010 | 11111 | 0 | 1 | 11001011 | 1100001 | 111010 |
Color Harmonies of #2EAEFC
Complementary color
Monochromatic Colors of #2EAEFC
Black with #2EAEFC
Text Example
Text Example
White with #2EAEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAEFC; }
p { color: rgb(46,174,252); }
H1.HeaderClassName
{
color: #2EAEFC;
}
.AnyTagClassName
{
color: #2EAEFC;
}
</style>
background-color css
<style>
a { background-color: #2EAEFC; }
a { background-color: rgb(46,174,252); }
div.DivClassName
{
background-color: #2EAEFC;
}
.BgClassName
{
background-color: #2EAEFC;
}
</style>
border-color css
<style>
span { border-color: #2EAEFC; }
span { border-color: rgb(46,174,252); }
td.TdClassName
{
border-color: #2EAEFC;
}
.TagClassName
{
border-color: #2EAEFC;
}
</style>