Shades of Summer Sky #2EAADD
Tints of Summer Sky #2EAADD
RGB
CMYK
RGB Variations
Color information
#2EAADD (or 0x2EAADD) is known color: Summer Sky. HEX triplet: 2E, AA and DD. RGB value is (46,170,221). Sum of RGB (Red+Green+Blue) = 46+170+221=437 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.53% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #2EAADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAADD is #D15522. Grayscale: #8A8A8A. Windows color (decimal): -13718819 or 14527022. OLE color: 14527022.
HSL color Cylindrical-coordinate representation of color #2EAADD: hue angle of 197.49º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EAADD is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 170 | 221 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.13 |
| HSL | 197.49º | 0.72% | 0.52% | - |
| HSV(B) | 197.49º | 0.79% | 0.87% | - |
| XYZ | 28.55 | 34.55 | 73.57 | - |
| YUV | 138.74 | 174.42 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 221 | 0.79 | 0.23 | 0 | 0.13 | 197.49 | 0.72 | 0.52 |
| Hex | 2E | AA | DD | 4F | 17 | 0 | D | C5 | 48 | 34 |
| Octal | 56 | 252 | 335 | 117 | 27 | 0 | 15 | 305 | 110 | 64 |
| Binary | 101110 | 10101010 | 11011101 | 1001111 | 10111 | 0 | 1101 | 11000101 | 1001000 | 110100 |
Color Harmonies of #2EAADD
Complementary color
Monochromatic Colors of #2EAADD
Black with #2EAADD
Text Example
Text Example
White with #2EAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAADD; }
p { color: rgb(46,170,221); }
H1.HeaderClassName
{
color: #2EAADD;
}
.AnyTagClassName
{
color: #2EAADD;
}
</style>
background-color css
<style>
a { background-color: #2EAADD; }
a { background-color: rgb(46,170,221); }
div.DivClassName
{
background-color: #2EAADD;
}
.BgClassName
{
background-color: #2EAADD;
}
</style>
border-color css
<style>
span { border-color: #2EAADD; }
span { border-color: rgb(46,170,221); }
td.TdClassName
{
border-color: #2EAADD;
}
.TagClassName
{
border-color: #2EAADD;
}
</style>