Shades of Summer Sky #2ECCF8
Tints of Summer Sky #2ECCF8
RGB
CMYK
RGB Variations
Color information
#2ECCF8 (or 0x2ECCF8) is known color: Summer Sky. HEX triplet: 2E, CC and F8. RGB value is (46,204,248). Sum of RGB (Red+Green+Blue) = 46+204+248=498 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.24% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #2ECCF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECCF8 is #D13307. Grayscale: #A1A1A1. Windows color (decimal): -13710088 or 16305198. OLE color: 16305198.
HSL color Cylindrical-coordinate representation of color #2ECCF8: hue angle of 193.07º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ECCF8 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 204 | 248 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.03 |
| HSL | 193.07º | 0.94% | 0.58% | - |
| HSV(B) | 193.07º | 0.81% | 0.97% | - |
| XYZ | 39.66 | 50.54 | 96.47 | - |
| YUV | 161.77 | 176.65 | 45.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 248 | 0.81 | 0.18 | 0 | 0.03 | 193.07 | 0.94 | 0.58 |
| Hex | 2E | CC | F8 | 51 | 12 | 0 | 3 | C1 | 5E | 3A |
| Octal | 56 | 314 | 370 | 121 | 22 | 0 | 3 | 301 | 136 | 72 |
| Binary | 101110 | 11001100 | 11111000 | 1010001 | 10010 | 0 | 11 | 11000001 | 1011110 | 111010 |
Color Harmonies of #2ECCF8
Complementary color
Monochromatic Colors of #2ECCF8
Black with #2ECCF8
Text Example
Text Example
White with #2ECCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECCF8; }
p { color: rgb(46,204,248); }
H1.HeaderClassName
{
color: #2ECCF8;
}
.AnyTagClassName
{
color: #2ECCF8;
}
</style>
background-color css
<style>
a { background-color: #2ECCF8; }
a { background-color: rgb(46,204,248); }
div.DivClassName
{
background-color: #2ECCF8;
}
.BgClassName
{
background-color: #2ECCF8;
}
</style>
border-color css
<style>
span { border-color: #2ECCF8; }
span { border-color: rgb(46,204,248); }
td.TdClassName
{
border-color: #2ECCF8;
}
.TagClassName
{
border-color: #2ECCF8;
}
</style>