Shades of Summer Sky #2ECCFE
Tints of Summer Sky #2ECCFE
RGB
CMYK
RGB Variations
Color information
#2ECCFE (or 0x2ECCFE) is known color: Summer Sky. HEX triplet: 2E, CC and FE. RGB value is (46,204,254). Sum of RGB (Red+Green+Blue) = 46+204+254=504 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.13% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #2ECCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECCFE is #D13301. Grayscale: #A2A2A2. Windows color (decimal): -13710082 or 16698414. OLE color: 16698414.
HSL color Cylindrical-coordinate representation of color #2ECCFE: hue angle of 194.42º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ECCFE is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 204 | 254 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.00 |
| HSL | 194.42º | 0.99% | 0.59% | - |
| HSV(B) | 194.42º | 0.82% | 1% | - |
| XYZ | 40.61 | 50.92 | 101.45 | - |
| YUV | 162.46 | 179.65 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 254 | 0.82 | 0.20 | 0 | 0.00 | 194.42 | 0.99 | 0.59 |
| Hex | 2E | CC | FE | 52 | 14 | 0 | 0 | C2 | 63 | 3B |
| Octal | 56 | 314 | 376 | 122 | 24 | 0 | 0 | 302 | 143 | 73 |
| Binary | 101110 | 11001100 | 11111110 | 1010010 | 10100 | 0 | 0 | 11000010 | 1100011 | 111011 |
Color Harmonies of #2ECCFE
Complementary color
Monochromatic Colors of #2ECCFE
Black with #2ECCFE
Text Example
Text Example
White with #2ECCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECCFE; }
p { color: rgb(46,204,254); }
H1.HeaderClassName
{
color: #2ECCFE;
}
.AnyTagClassName
{
color: #2ECCFE;
}
</style>
background-color css
<style>
a { background-color: #2ECCFE; }
a { background-color: rgb(46,204,254); }
div.DivClassName
{
background-color: #2ECCFE;
}
.BgClassName
{
background-color: #2ECCFE;
}
</style>
border-color css
<style>
span { border-color: #2ECCFE; }
span { border-color: rgb(46,204,254); }
td.TdClassName
{
border-color: #2ECCFE;
}
.TagClassName
{
border-color: #2ECCFE;
}
</style>