Shades of Summer Sky #2EC4EB
Tints of Summer Sky #2EC4EB
RGB
CMYK
RGB Variations
Color information
#2EC4EB (or 0x2EC4EB) is known color: Summer Sky. HEX triplet: 2E, C4 and EB. RGB value is (46,196,235). Sum of RGB (Red+Green+Blue) = 46+196+235=477 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.64% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #2EC4EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EC4EB is #D13B14. Grayscale: #9B9B9B. Windows color (decimal): -13712149 or 15451182. OLE color: 15451182.
HSL color Cylindrical-coordinate representation of color #2EC4EB: hue angle of 192.38º degrees, saturation: 0.83, 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 #2EC4EB is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 196 | 235 | - |
| CMYK | 0.80 | 0.17 | 0 | 0.08 |
| HSL | 192.38º | 0.83% | 0.55% | - |
| HSV(B) | 192.38º | 0.8% | 0.92% | - |
| XYZ | 35.86 | 46.06 | 85.6 | - |
| YUV | 155.6 | 172.81 | 49.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 196 | 235 | 0.80 | 0.17 | 0 | 0.08 | 192.38 | 0.83 | 0.55 |
| Hex | 2E | C4 | EB | 50 | 11 | 0 | 8 | C0 | 53 | 37 |
| Octal | 56 | 304 | 353 | 120 | 21 | 0 | 10 | 300 | 123 | 67 |
| Binary | 101110 | 11000100 | 11101011 | 1010000 | 10001 | 0 | 1000 | 11000000 | 1010011 | 110111 |
Color Harmonies of #2EC4EB
Complementary color
Monochromatic Colors of #2EC4EB
Black with #2EC4EB
Text Example
Text Example
White with #2EC4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC4EB; }
p { color: rgb(46,196,235); }
H1.HeaderClassName
{
color: #2EC4EB;
}
.AnyTagClassName
{
color: #2EC4EB;
}
</style>
background-color css
<style>
a { background-color: #2EC4EB; }
a { background-color: rgb(46,196,235); }
div.DivClassName
{
background-color: #2EC4EB;
}
.BgClassName
{
background-color: #2EC4EB;
}
</style>
border-color css
<style>
span { border-color: #2EC4EB; }
span { border-color: rgb(46,196,235); }
td.TdClassName
{
border-color: #2EC4EB;
}
.TagClassName
{
border-color: #2EC4EB;
}
</style>