Shades of Summer Sky #2EAFDF
Tints of Summer Sky #2EAFDF
RGB
CMYK
RGB Variations
Color information
#2EAFDF (or 0x2EAFDF) is known color: Summer Sky. HEX triplet: 2E, AF and DF. RGB value is (46,175,223). Sum of RGB (Red+Green+Blue) = 46+175+223=444 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.36% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #2EAFDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAFDF is #D15020. Grayscale: #8D8D8D. Windows color (decimal): -13717537 or 14659374. OLE color: 14659374.
HSL color Cylindrical-coordinate representation of color #2EAFDF: hue angle of 196.27º 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 #2EAFDF is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 175 | 223 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.13 |
| HSL | 196.27º | 0.73% | 0.53% | - |
| HSV(B) | 196.27º | 0.79% | 0.87% | - |
| XYZ | 29.78 | 36.57 | 75.3 | - |
| YUV | 141.9 | 173.76 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 175 | 223 | 0.79 | 0.22 | 0 | 0.13 | 196.27 | 0.73 | 0.53 |
| Hex | 2E | AF | DF | 4F | 16 | 0 | D | C4 | 49 | 35 |
| Octal | 56 | 257 | 337 | 117 | 26 | 0 | 15 | 304 | 111 | 65 |
| Binary | 101110 | 10101111 | 11011111 | 1001111 | 10110 | 0 | 1101 | 11000100 | 1001001 | 110101 |
Color Harmonies of #2EAFDF
Complementary color
Monochromatic Colors of #2EAFDF
Black with #2EAFDF
Text Example
Text Example
White with #2EAFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAFDF; }
p { color: rgb(46,175,223); }
H1.HeaderClassName
{
color: #2EAFDF;
}
.AnyTagClassName
{
color: #2EAFDF;
}
</style>
background-color css
<style>
a { background-color: #2EAFDF; }
a { background-color: rgb(46,175,223); }
div.DivClassName
{
background-color: #2EAFDF;
}
.BgClassName
{
background-color: #2EAFDF;
}
</style>
border-color css
<style>
span { border-color: #2EAFDF; }
span { border-color: rgb(46,175,223); }
td.TdClassName
{
border-color: #2EAFDF;
}
.TagClassName
{
border-color: #2EAFDF;
}
</style>