Shades of Summer Sky #2ECCFD
Tints of Summer Sky #2ECCFD
RGB
CMYK
RGB Variations
Color information
#2ECCFD (or 0x2ECCFD) is known color: Summer Sky. HEX triplet: 2E, CC and FD. RGB value is (46,204,253). Sum of RGB (Red+Green+Blue) = 46+204+253=503 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.15% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #2ECCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECCFD is #D13302. Grayscale: #A1A1A1. Windows color (decimal): -13710083 or 16632878. OLE color: 16632878.
HSL color Cylindrical-coordinate representation of color #2ECCFD: hue angle of 194.2º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ECCFD is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 204 | 253 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.01 |
| HSL | 194.2º | 0.98% | 0.59% | - |
| HSV(B) | 194.2º | 0.82% | 0.99% | - |
| XYZ | 40.45 | 50.86 | 100.61 | - |
| YUV | 162.34 | 179.15 | 45.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 253 | 0.82 | 0.19 | 0 | 0.01 | 194.2 | 0.98 | 0.59 |
| Hex | 2E | CC | FD | 52 | 13 | 0 | 1 | C2 | 62 | 3B |
| Octal | 56 | 314 | 375 | 122 | 23 | 0 | 1 | 302 | 142 | 73 |
| Binary | 101110 | 11001100 | 11111101 | 1010010 | 10011 | 0 | 1 | 11000010 | 1100010 | 111011 |
Color Harmonies of #2ECCFD
Complementary color
Monochromatic Colors of #2ECCFD
Black with #2ECCFD
Text Example
Text Example
White with #2ECCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECCFD; }
p { color: rgb(46,204,253); }
H1.HeaderClassName
{
color: #2ECCFD;
}
.AnyTagClassName
{
color: #2ECCFD;
}
</style>
background-color css
<style>
a { background-color: #2ECCFD; }
a { background-color: rgb(46,204,253); }
div.DivClassName
{
background-color: #2ECCFD;
}
.BgClassName
{
background-color: #2ECCFD;
}
</style>
border-color css
<style>
span { border-color: #2ECCFD; }
span { border-color: rgb(46,204,253); }
td.TdClassName
{
border-color: #2ECCFD;
}
.TagClassName
{
border-color: #2ECCFD;
}
</style>