Shades of Summer Sky #2EC6FD
Tints of Summer Sky #2EC6FD
RGB
CMYK
RGB Variations
Color information
#2EC6FD (or 0x2EC6FD) is known color: Summer Sky. HEX triplet: 2E, C6 and FD. RGB value is (46,198,253). Sum of RGB (Red+Green+Blue) = 46+198+253=497 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.26% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #2EC6FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EC6FD is #D13902. Grayscale: #9E9E9E. Windows color (decimal): -13711619 or 16631342. OLE color: 16631342.
HSL color Cylindrical-coordinate representation of color #2EC6FD: hue angle of 195.94º 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 #2EC6FD is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 198 | 253 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.01 |
| HSL | 195.94º | 0.98% | 0.59% | - |
| HSV(B) | 195.94º | 0.82% | 0.99% | - |
| XYZ | 39.05 | 48.06 | 100.15 | - |
| YUV | 158.82 | 181.14 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 198 | 253 | 0.82 | 0.22 | 0 | 0.01 | 195.94 | 0.98 | 0.59 |
| Hex | 2E | C6 | FD | 52 | 16 | 0 | 1 | C4 | 62 | 3B |
| Octal | 56 | 306 | 375 | 122 | 26 | 0 | 1 | 304 | 142 | 73 |
| Binary | 101110 | 11000110 | 11111101 | 1010010 | 10110 | 0 | 1 | 11000100 | 1100010 | 111011 |
Color Harmonies of #2EC6FD
Complementary color
Monochromatic Colors of #2EC6FD
Black with #2EC6FD
Text Example
Text Example
White with #2EC6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC6FD; }
p { color: rgb(46,198,253); }
H1.HeaderClassName
{
color: #2EC6FD;
}
.AnyTagClassName
{
color: #2EC6FD;
}
</style>
background-color css
<style>
a { background-color: #2EC6FD; }
a { background-color: rgb(46,198,253); }
div.DivClassName
{
background-color: #2EC6FD;
}
.BgClassName
{
background-color: #2EC6FD;
}
</style>
border-color css
<style>
span { border-color: #2EC6FD; }
span { border-color: rgb(46,198,253); }
td.TdClassName
{
border-color: #2EC6FD;
}
.TagClassName
{
border-color: #2EC6FD;
}
</style>