Shades of Summer Sky #2ECCEE
Tints of Summer Sky #2ECCEE
RGB
CMYK
RGB Variations
Color information
#2ECCEE (or 0x2ECCEE) is known color: Summer Sky. HEX triplet: 2E, CC and EE. RGB value is (46,204,238). Sum of RGB (Red+Green+Blue) = 46+204+238=488 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.43% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #2ECCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECCEE is #D13311. Grayscale: #A0A0A0. Windows color (decimal): -13710098 or 15649838. OLE color: 15649838.
HSL color Cylindrical-coordinate representation of color #2ECCEE: hue angle of 190.62º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ECCEE is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 204 | 238 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.07 |
| HSL | 190.63º | 0.85% | 0.56% | - |
| HSV(B) | 190.63º | 0.81% | 0.93% | - |
| XYZ | 38.15 | 49.94 | 88.52 | - |
| YUV | 160.63 | 171.65 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 238 | 0.81 | 0.14 | 0 | 0.07 | 190.63 | 0.85 | 0.56 |
| Hex | 2E | CC | EE | 51 | E | 0 | 7 | BF | 55 | 38 |
| Octal | 56 | 314 | 356 | 121 | 16 | 0 | 7 | 277 | 125 | 70 |
| Binary | 101110 | 11001100 | 11101110 | 1010001 | 1110 | 0 | 111 | 10111111 | 1010101 | 111000 |
Color Harmonies of #2ECCEE
Complementary color
Monochromatic Colors of #2ECCEE
Black with #2ECCEE
Text Example
Text Example
White with #2ECCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECCEE; }
p { color: rgb(46,204,238); }
H1.HeaderClassName
{
color: #2ECCEE;
}
.AnyTagClassName
{
color: #2ECCEE;
}
</style>
background-color css
<style>
a { background-color: #2ECCEE; }
a { background-color: rgb(46,204,238); }
div.DivClassName
{
background-color: #2ECCEE;
}
.BgClassName
{
background-color: #2ECCEE;
}
</style>
border-color css
<style>
span { border-color: #2ECCEE; }
span { border-color: rgb(46,204,238); }
td.TdClassName
{
border-color: #2ECCEE;
}
.TagClassName
{
border-color: #2ECCEE;
}
</style>