Shades of Summer Sky #2ECDFC
Tints of Summer Sky #2ECDFC
RGB
CMYK
RGB Variations
Color information
#2ECDFC (or 0x2ECDFC) is known color: Summer Sky. HEX triplet: 2E, CD and FC. RGB value is (46,205,252). Sum of RGB (Red+Green+Blue) = 46+205+252=503 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.15% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #2ECDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECDFC is #D13203. Grayscale: #A2A2A2. Windows color (decimal): -13709828 or 16567598. OLE color: 16567598.
HSL color Cylindrical-coordinate representation of color #2ECDFC: hue angle of 193.69º 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 #2ECDFC is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 205 | 252 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.01 |
| HSL | 193.69º | 0.97% | 0.58% | - |
| HSV(B) | 193.69º | 0.82% | 0.99% | - |
| XYZ | 40.53 | 51.27 | 99.86 | - |
| YUV | 162.82 | 178.32 | 44.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 252 | 0.82 | 0.19 | 0 | 0.01 | 193.69 | 0.97 | 0.58 |
| Hex | 2E | CD | FC | 52 | 13 | 0 | 1 | C2 | 61 | 3A |
| Octal | 56 | 315 | 374 | 122 | 23 | 0 | 1 | 302 | 141 | 72 |
| Binary | 101110 | 11001101 | 11111100 | 1010010 | 10011 | 0 | 1 | 11000010 | 1100001 | 111010 |
Color Harmonies of #2ECDFC
Complementary color
Monochromatic Colors of #2ECDFC
Black with #2ECDFC
Text Example
Text Example
White with #2ECDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECDFC; }
p { color: rgb(46,205,252); }
H1.HeaderClassName
{
color: #2ECDFC;
}
.AnyTagClassName
{
color: #2ECDFC;
}
</style>
background-color css
<style>
a { background-color: #2ECDFC; }
a { background-color: rgb(46,205,252); }
div.DivClassName
{
background-color: #2ECDFC;
}
.BgClassName
{
background-color: #2ECDFC;
}
</style>
border-color css
<style>
span { border-color: #2ECDFC; }
span { border-color: rgb(46,205,252); }
td.TdClassName
{
border-color: #2ECDFC;
}
.TagClassName
{
border-color: #2ECDFC;
}
</style>