Shades of Summer Sky #2ECFF8
Tints of Summer Sky #2ECFF8
RGB
CMYK
RGB Variations
Color information
#2ECFF8 (or 0x2ECFF8) is known color: Summer Sky. HEX triplet: 2E, CF and F8. RGB value is (46,207,248). Sum of RGB (Red+Green+Blue) = 46+207+248=501 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.18% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 248 (97.27% from 255 or 49.50% from 501); Max value from RGB is 248 - color contains mainly: blue. Hex color #2ECFF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECFF8 is #D13007. Grayscale: #A3A3A3. Windows color (decimal): -13709320 or 16305966. OLE color: 16305966.
HSL color Cylindrical-coordinate representation of color #2ECFF8: hue angle of 192.18º 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 #2ECFF8 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 207 | 248 | - |
| CMYK | 0.81 | 0.17 | 0 | 0.03 |
| HSL | 192.18º | 0.94% | 0.58% | - |
| HSV(B) | 192.18º | 0.81% | 0.97% | - |
| XYZ | 40.38 | 51.98 | 96.71 | - |
| YUV | 163.54 | 175.66 | 44.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 248 | 0.81 | 0.17 | 0 | 0.03 | 192.18 | 0.94 | 0.58 |
| Hex | 2E | CF | F8 | 51 | 11 | 0 | 3 | C0 | 5E | 3A |
| Octal | 56 | 317 | 370 | 121 | 21 | 0 | 3 | 300 | 136 | 72 |
| Binary | 101110 | 11001111 | 11111000 | 1010001 | 10001 | 0 | 11 | 11000000 | 1011110 | 111010 |
Color Harmonies of #2ECFF8
Complementary color
Monochromatic Colors of #2ECFF8
Black with #2ECFF8
Text Example
Text Example
White with #2ECFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECFF8; }
p { color: rgb(46,207,248); }
H1.HeaderClassName
{
color: #2ECFF8;
}
.AnyTagClassName
{
color: #2ECFF8;
}
</style>
background-color css
<style>
a { background-color: #2ECFF8; }
a { background-color: rgb(46,207,248); }
div.DivClassName
{
background-color: #2ECFF8;
}
.BgClassName
{
background-color: #2ECFF8;
}
</style>
border-color css
<style>
span { border-color: #2ECFF8; }
span { border-color: rgb(46,207,248); }
td.TdClassName
{
border-color: #2ECFF8;
}
.TagClassName
{
border-color: #2ECFF8;
}
</style>