Shades of Summer Sky #2ECFFC
Tints of Summer Sky #2ECFFC
RGB
CMYK
RGB Variations
Color information
#2ECFFC (or 0x2ECFFC) is known color: Summer Sky. HEX triplet: 2E, CF and FC. RGB value is (46,207,252). Sum of RGB (Red+Green+Blue) = 46+207+252=505 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.11% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #2ECFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECFFC is #D13003. Grayscale: #A3A3A3. Windows color (decimal): -13709316 or 16568110. OLE color: 16568110.
HSL color Cylindrical-coordinate representation of color #2ECFFC: hue angle of 193.11º 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 #2ECFFC is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 207 | 252 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.01 |
| HSL | 193.11º | 0.97% | 0.58% | - |
| HSV(B) | 193.11º | 0.82% | 0.99% | - |
| XYZ | 41.01 | 52.23 | 100.02 | - |
| YUV | 163.99 | 177.66 | 43.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 252 | 0.82 | 0.18 | 0 | 0.01 | 193.11 | 0.97 | 0.58 |
| Hex | 2E | CF | FC | 52 | 12 | 0 | 1 | C1 | 61 | 3A |
| Octal | 56 | 317 | 374 | 122 | 22 | 0 | 1 | 301 | 141 | 72 |
| Binary | 101110 | 11001111 | 11111100 | 1010010 | 10010 | 0 | 1 | 11000001 | 1100001 | 111010 |
Color Harmonies of #2ECFFC
Complementary color
Monochromatic Colors of #2ECFFC
Black with #2ECFFC
Text Example
Text Example
White with #2ECFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECFFC; }
p { color: rgb(46,207,252); }
H1.HeaderClassName
{
color: #2ECFFC;
}
.AnyTagClassName
{
color: #2ECFFC;
}
</style>
background-color css
<style>
a { background-color: #2ECFFC; }
a { background-color: rgb(46,207,252); }
div.DivClassName
{
background-color: #2ECFFC;
}
.BgClassName
{
background-color: #2ECFFC;
}
</style>
border-color css
<style>
span { border-color: #2ECFFC; }
span { border-color: rgb(46,207,252); }
td.TdClassName
{
border-color: #2ECFFC;
}
.TagClassName
{
border-color: #2ECFFC;
}
</style>