Shades of Summer Sky #2EAEFD
Tints of Summer Sky #2EAEFD
RGB
CMYK
RGB Variations
Color information
#2EAEFD (or 0x2EAEFD) is known color: Summer Sky. HEX triplet: 2E, AE and FD. RGB value is (46,174,253). Sum of RGB (Red+Green+Blue) = 46+174+253=473 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.73% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #2EAEFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EAEFD is #D15102. Grayscale: #909090. Windows color (decimal): -13717763 or 16625198. OLE color: 16625198.
HSL color Cylindrical-coordinate representation of color #2EAEFD: hue angle of 202.9º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EAEFD is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 174 | 253 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.01 |
| HSL | 202.9º | 0.98% | 0.59% | - |
| HSV(B) | 202.9º | 0.82% | 0.99% | - |
| XYZ | 33.99 | 37.94 | 98.46 | - |
| YUV | 144.73 | 189.09 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 174 | 253 | 0.82 | 0.31 | 0 | 0.01 | 202.9 | 0.98 | 0.59 |
| Hex | 2E | AE | FD | 52 | 1F | 0 | 1 | CB | 62 | 3B |
| Octal | 56 | 256 | 375 | 122 | 37 | 0 | 1 | 313 | 142 | 73 |
| Binary | 101110 | 10101110 | 11111101 | 1010010 | 11111 | 0 | 1 | 11001011 | 1100010 | 111011 |
Color Harmonies of #2EAEFD
Complementary color
Monochromatic Colors of #2EAEFD
Black with #2EAEFD
Text Example
Text Example
White with #2EAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAEFD; }
p { color: rgb(46,174,253); }
H1.HeaderClassName
{
color: #2EAEFD;
}
.AnyTagClassName
{
color: #2EAEFD;
}
</style>
background-color css
<style>
a { background-color: #2EAEFD; }
a { background-color: rgb(46,174,253); }
div.DivClassName
{
background-color: #2EAEFD;
}
.BgClassName
{
background-color: #2EAEFD;
}
</style>
border-color css
<style>
span { border-color: #2EAEFD; }
span { border-color: rgb(46,174,253); }
td.TdClassName
{
border-color: #2EAEFD;
}
.TagClassName
{
border-color: #2EAEFD;
}
</style>