Shades of Summer Sky #2ECCFC
Tints of Summer Sky #2ECCFC
RGB
CMYK
RGB Variations
Color information
#2ECCFC (or 0x2ECCFC) is known color: Summer Sky. HEX triplet: 2E, CC and FC. RGB value is (46,204,252). Sum of RGB (Red+Green+Blue) = 46+204+252=502 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.16% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #2ECCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECCFC is #D13303. Grayscale: #A1A1A1. Windows color (decimal): -13710084 or 16567342. OLE color: 16567342.
HSL color Cylindrical-coordinate representation of color #2ECCFC: hue angle of 193.98º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ECCFC is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 204 | 252 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.01 |
| HSL | 193.98º | 0.97% | 0.58% | - |
| HSV(B) | 193.98º | 0.82% | 0.99% | - |
| XYZ | 40.29 | 50.79 | 99.78 | - |
| YUV | 162.23 | 178.65 | 45.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 252 | 0.82 | 0.19 | 0 | 0.01 | 193.98 | 0.97 | 0.58 |
| Hex | 2E | CC | FC | 52 | 13 | 0 | 1 | C2 | 61 | 3A |
| Octal | 56 | 314 | 374 | 122 | 23 | 0 | 1 | 302 | 141 | 72 |
| Binary | 101110 | 11001100 | 11111100 | 1010010 | 10011 | 0 | 1 | 11000010 | 1100001 | 111010 |
Color Harmonies of #2ECCFC
Complementary color
Monochromatic Colors of #2ECCFC
Black with #2ECCFC
Text Example
Text Example
White with #2ECCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECCFC; }
p { color: rgb(46,204,252); }
H1.HeaderClassName
{
color: #2ECCFC;
}
.AnyTagClassName
{
color: #2ECCFC;
}
</style>
background-color css
<style>
a { background-color: #2ECCFC; }
a { background-color: rgb(46,204,252); }
div.DivClassName
{
background-color: #2ECCFC;
}
.BgClassName
{
background-color: #2ECCFC;
}
</style>
border-color css
<style>
span { border-color: #2ECCFC; }
span { border-color: rgb(46,204,252); }
td.TdClassName
{
border-color: #2ECCFC;
}
.TagClassName
{
border-color: #2ECCFC;
}
</style>