Shades of Summer Sky #2ECCFA
Tints of Summer Sky #2ECCFA
RGB
CMYK
RGB Variations
Color information
#2ECCFA (or 0x2ECCFA) is known color: Summer Sky. HEX triplet: 2E, CC and FA. RGB value is (46,204,250). Sum of RGB (Red+Green+Blue) = 46+204+250=500 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.2% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #2ECCFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECCFA is #D13305. Grayscale: #A1A1A1. Windows color (decimal): -13710086 or 16436270. OLE color: 16436270.
HSL color Cylindrical-coordinate representation of color #2ECCFA: hue angle of 193.53º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ECCFA is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 204 | 250 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.02 |
| HSL | 193.53º | 0.95% | 0.58% | - |
| HSV(B) | 193.53º | 0.82% | 0.98% | - |
| XYZ | 39.97 | 50.67 | 98.12 | - |
| YUV | 162 | 177.65 | 45.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 250 | 0.82 | 0.18 | 0 | 0.02 | 193.53 | 0.95 | 0.58 |
| Hex | 2E | CC | FA | 52 | 12 | 0 | 2 | C2 | 5F | 3A |
| Octal | 56 | 314 | 372 | 122 | 22 | 0 | 2 | 302 | 137 | 72 |
| Binary | 101110 | 11001100 | 11111010 | 1010010 | 10010 | 0 | 10 | 11000010 | 1011111 | 111010 |
Color Harmonies of #2ECCFA
Complementary color
Monochromatic Colors of #2ECCFA
Black with #2ECCFA
Text Example
Text Example
White with #2ECCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECCFA; }
p { color: rgb(46,204,250); }
H1.HeaderClassName
{
color: #2ECCFA;
}
.AnyTagClassName
{
color: #2ECCFA;
}
</style>
background-color css
<style>
a { background-color: #2ECCFA; }
a { background-color: rgb(46,204,250); }
div.DivClassName
{
background-color: #2ECCFA;
}
.BgClassName
{
background-color: #2ECCFA;
}
</style>
border-color css
<style>
span { border-color: #2ECCFA; }
span { border-color: rgb(46,204,250); }
td.TdClassName
{
border-color: #2ECCFA;
}
.TagClassName
{
border-color: #2ECCFA;
}
</style>