Shades of Summer Sky #2EADDF
Tints of Summer Sky #2EADDF
RGB
CMYK
RGB Variations
Color information
#2EADDF (or 0x2EADDF) is known color: Summer Sky. HEX triplet: 2E, AD and DF. RGB value is (46,173,223). Sum of RGB (Red+Green+Blue) = 46+173+223=442 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.41% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #2EADDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EADDF is #D15220. Grayscale: #8C8C8C. Windows color (decimal): -13718049 or 14658862. OLE color: 14658862.
HSL color Cylindrical-coordinate representation of color #2EADDF: hue angle of 196.95º 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 #2EADDF is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 173 | 223 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.13 |
| HSL | 196.95º | 0.73% | 0.53% | - |
| HSV(B) | 196.95º | 0.79% | 0.87% | - |
| XYZ | 29.39 | 35.8 | 75.17 | - |
| YUV | 140.73 | 174.42 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 173 | 223 | 0.79 | 0.22 | 0 | 0.13 | 196.95 | 0.73 | 0.53 |
| Hex | 2E | AD | DF | 4F | 16 | 0 | D | C5 | 49 | 35 |
| Octal | 56 | 255 | 337 | 117 | 26 | 0 | 15 | 305 | 111 | 65 |
| Binary | 101110 | 10101101 | 11011111 | 1001111 | 10110 | 0 | 1101 | 11000101 | 1001001 | 110101 |
Color Harmonies of #2EADDF
Complementary color
Monochromatic Colors of #2EADDF
Black with #2EADDF
Text Example
Text Example
White with #2EADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EADDF; }
p { color: rgb(46,173,223); }
H1.HeaderClassName
{
color: #2EADDF;
}
.AnyTagClassName
{
color: #2EADDF;
}
</style>
background-color css
<style>
a { background-color: #2EADDF; }
a { background-color: rgb(46,173,223); }
div.DivClassName
{
background-color: #2EADDF;
}
.BgClassName
{
background-color: #2EADDF;
}
</style>
border-color css
<style>
span { border-color: #2EADDF; }
span { border-color: rgb(46,173,223); }
td.TdClassName
{
border-color: #2EADDF;
}
.TagClassName
{
border-color: #2EADDF;
}
</style>