Shades of Summer Sky #2EAEDF
Tints of Summer Sky #2EAEDF
RGB
CMYK
RGB Variations
Color information
#2EAEDF (or 0x2EAEDF) is known color: Summer Sky. HEX triplet: 2E, AE and DF. RGB value is (46,174,223). Sum of RGB (Red+Green+Blue) = 46+174+223=443 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.38% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #2EAEDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAEDF is #D15120. Grayscale: #8C8C8C. Windows color (decimal): -13717793 or 14659118. OLE color: 14659118.
HSL color Cylindrical-coordinate representation of color #2EAEDF: hue angle of 196.61º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EAEDF is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 174 | 223 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.13 |
| HSL | 196.61º | 0.73% | 0.53% | - |
| HSV(B) | 196.61º | 0.79% | 0.87% | - |
| XYZ | 29.58 | 36.18 | 75.24 | - |
| YUV | 141.31 | 174.09 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 174 | 223 | 0.79 | 0.22 | 0 | 0.13 | 196.61 | 0.73 | 0.53 |
| Hex | 2E | AE | DF | 4F | 16 | 0 | D | C5 | 49 | 35 |
| Octal | 56 | 256 | 337 | 117 | 26 | 0 | 15 | 305 | 111 | 65 |
| Binary | 101110 | 10101110 | 11011111 | 1001111 | 10110 | 0 | 1101 | 11000101 | 1001001 | 110101 |
Color Harmonies of #2EAEDF
Complementary color
Monochromatic Colors of #2EAEDF
Black with #2EAEDF
Text Example
Text Example
White with #2EAEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAEDF; }
p { color: rgb(46,174,223); }
H1.HeaderClassName
{
color: #2EAEDF;
}
.AnyTagClassName
{
color: #2EAEDF;
}
</style>
background-color css
<style>
a { background-color: #2EAEDF; }
a { background-color: rgb(46,174,223); }
div.DivClassName
{
background-color: #2EAEDF;
}
.BgClassName
{
background-color: #2EAEDF;
}
</style>
border-color css
<style>
span { border-color: #2EAEDF; }
span { border-color: rgb(46,174,223); }
td.TdClassName
{
border-color: #2EAEDF;
}
.TagClassName
{
border-color: #2EAEDF;
}
</style>