Shades of Summer Sky #2EAADF
Tints of Summer Sky #2EAADF
RGB
CMYK
RGB Variations
Color information
#2EAADF (or 0x2EAADF) is known color: Summer Sky. HEX triplet: 2E, AA and DF. RGB value is (46,170,223). Sum of RGB (Red+Green+Blue) = 46+170+223=439 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.48% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #2EAADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAADF is #D15520. Grayscale: #8A8A8A. Windows color (decimal): -13718817 or 14658094. OLE color: 14658094.
HSL color Cylindrical-coordinate representation of color #2EAADF: hue angle of 197.97º 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 #2EAADF is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 170 | 223 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.13 |
| HSL | 197.97º | 0.73% | 0.53% | - |
| HSV(B) | 197.97º | 0.79% | 0.87% | - |
| XYZ | 28.82 | 34.66 | 74.98 | - |
| YUV | 138.97 | 175.42 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 223 | 0.79 | 0.24 | 0 | 0.13 | 197.97 | 0.73 | 0.53 |
| Hex | 2E | AA | DF | 4F | 18 | 0 | D | C6 | 49 | 35 |
| Octal | 56 | 252 | 337 | 117 | 30 | 0 | 15 | 306 | 111 | 65 |
| Binary | 101110 | 10101010 | 11011111 | 1001111 | 11000 | 0 | 1101 | 11000110 | 1001001 | 110101 |
Color Harmonies of #2EAADF
Complementary color
Monochromatic Colors of #2EAADF
Black with #2EAADF
Text Example
Text Example
White with #2EAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAADF; }
p { color: rgb(46,170,223); }
H1.HeaderClassName
{
color: #2EAADF;
}
.AnyTagClassName
{
color: #2EAADF;
}
</style>
background-color css
<style>
a { background-color: #2EAADF; }
a { background-color: rgb(46,170,223); }
div.DivClassName
{
background-color: #2EAADF;
}
.BgClassName
{
background-color: #2EAADF;
}
</style>
border-color css
<style>
span { border-color: #2EAADF; }
span { border-color: rgb(46,170,223); }
td.TdClassName
{
border-color: #2EAADF;
}
.TagClassName
{
border-color: #2EAADF;
}
</style>