Shades of Summer Sky #2EC6EA
Tints of Summer Sky #2EC6EA
RGB
CMYK
RGB Variations
Color information
#2EC6EA (or 0x2EC6EA) is known color: Summer Sky. HEX triplet: 2E, C6 and EA. RGB value is (46,198,234). Sum of RGB (Red+Green+Blue) = 46+198+234=478 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.62% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #2EC6EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EC6EA is #D13915. Grayscale: #9C9C9C. Windows color (decimal): -13711638 or 15386158. OLE color: 15386158.
HSL color Cylindrical-coordinate representation of color #2EC6EA: hue angle of 191.49º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EC6EA is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 198 | 234 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.08 |
| HSL | 191.49º | 0.82% | 0.55% | - |
| HSV(B) | 191.49º | 0.8% | 0.92% | - |
| XYZ | 36.17 | 46.91 | 84.99 | - |
| YUV | 156.66 | 171.64 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 198 | 234 | 0.80 | 0.15 | 0 | 0.08 | 191.49 | 0.82 | 0.55 |
| Hex | 2E | C6 | EA | 50 | F | 0 | 8 | BF | 52 | 37 |
| Octal | 56 | 306 | 352 | 120 | 17 | 0 | 10 | 277 | 122 | 67 |
| Binary | 101110 | 11000110 | 11101010 | 1010000 | 1111 | 0 | 1000 | 10111111 | 1010010 | 110111 |
Color Harmonies of #2EC6EA
Complementary color
Monochromatic Colors of #2EC6EA
Black with #2EC6EA
Text Example
Text Example
White with #2EC6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC6EA; }
p { color: rgb(46,198,234); }
H1.HeaderClassName
{
color: #2EC6EA;
}
.AnyTagClassName
{
color: #2EC6EA;
}
</style>
background-color css
<style>
a { background-color: #2EC6EA; }
a { background-color: rgb(46,198,234); }
div.DivClassName
{
background-color: #2EC6EA;
}
.BgClassName
{
background-color: #2EC6EA;
}
</style>
border-color css
<style>
span { border-color: #2EC6EA; }
span { border-color: rgb(46,198,234); }
td.TdClassName
{
border-color: #2EC6EA;
}
.TagClassName
{
border-color: #2EC6EA;
}
</style>