Shades of Summer Sky #2ECAFC
Tints of Summer Sky #2ECAFC
RGB
CMYK
RGB Variations
Color information
#2ECAFC (or 0x2ECAFC) is known color: Summer Sky. HEX triplet: 2E, CA and FC. RGB value is (46,202,252). Sum of RGB (Red+Green+Blue) = 46+202+252=500 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.2% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #2ECAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECAFC is #D13503. Grayscale: #A0A0A0. Windows color (decimal): -13710596 or 16566830. OLE color: 16566830.
HSL color Cylindrical-coordinate representation of color #2ECAFC: hue angle of 194.56º 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 #2ECAFC is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 202 | 252 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.01 |
| HSL | 194.56º | 0.97% | 0.58% | - |
| HSV(B) | 194.56º | 0.82% | 0.99% | - |
| XYZ | 39.82 | 49.85 | 99.62 | - |
| YUV | 161.06 | 179.32 | 45.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 252 | 0.82 | 0.20 | 0 | 0.01 | 194.56 | 0.97 | 0.58 |
| Hex | 2E | CA | FC | 52 | 14 | 0 | 1 | C3 | 61 | 3A |
| Octal | 56 | 312 | 374 | 122 | 24 | 0 | 1 | 303 | 141 | 72 |
| Binary | 101110 | 11001010 | 11111100 | 1010010 | 10100 | 0 | 1 | 11000011 | 1100001 | 111010 |
Color Harmonies of #2ECAFC
Complementary color
Monochromatic Colors of #2ECAFC
Black with #2ECAFC
Text Example
Text Example
White with #2ECAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECAFC; }
p { color: rgb(46,202,252); }
H1.HeaderClassName
{
color: #2ECAFC;
}
.AnyTagClassName
{
color: #2ECAFC;
}
</style>
background-color css
<style>
a { background-color: #2ECAFC; }
a { background-color: rgb(46,202,252); }
div.DivClassName
{
background-color: #2ECAFC;
}
.BgClassName
{
background-color: #2ECAFC;
}
</style>
border-color css
<style>
span { border-color: #2ECAFC; }
span { border-color: rgb(46,202,252); }
td.TdClassName
{
border-color: #2ECAFC;
}
.TagClassName
{
border-color: #2ECAFC;
}
</style>