Shades of Summer Sky #2ECEED
Tints of Summer Sky #2ECEED
RGB
CMYK
RGB Variations
Color information
#2ECEED (or 0x2ECEED) is known color: Summer Sky. HEX triplet: 2E, CE and ED. RGB value is (46,206,237). Sum of RGB (Red+Green+Blue) = 46+206+237=489 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.41% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #2ECEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECEED is #D13112. Grayscale: #A1A1A1. Windows color (decimal): -13709587 or 15584814. OLE color: 15584814.
HSL color Cylindrical-coordinate representation of color #2ECEED: hue angle of 189.74º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ECEED is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 206 | 237 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.07 |
| HSL | 189.74º | 0.84% | 0.55% | - |
| HSV(B) | 189.74º | 0.81% | 0.93% | - |
| XYZ | 38.48 | 50.84 | 87.91 | - |
| YUV | 161.69 | 170.49 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 206 | 237 | 0.81 | 0.13 | 0 | 0.07 | 189.74 | 0.84 | 0.55 |
| Hex | 2E | CE | ED | 51 | D | 0 | 7 | BE | 54 | 37 |
| Octal | 56 | 316 | 355 | 121 | 15 | 0 | 7 | 276 | 124 | 67 |
| Binary | 101110 | 11001110 | 11101101 | 1010001 | 1101 | 0 | 111 | 10111110 | 1010100 | 110111 |
Color Harmonies of #2ECEED
Complementary color
Monochromatic Colors of #2ECEED
Black with #2ECEED
Text Example
Text Example
White with #2ECEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECEED; }
p { color: rgb(46,206,237); }
H1.HeaderClassName
{
color: #2ECEED;
}
.AnyTagClassName
{
color: #2ECEED;
}
</style>
background-color css
<style>
a { background-color: #2ECEED; }
a { background-color: rgb(46,206,237); }
div.DivClassName
{
background-color: #2ECEED;
}
.BgClassName
{
background-color: #2ECEED;
}
</style>
border-color css
<style>
span { border-color: #2ECEED; }
span { border-color: rgb(46,206,237); }
td.TdClassName
{
border-color: #2ECEED;
}
.TagClassName
{
border-color: #2ECEED;
}
</style>