Shades of Summer Sky #2ECBF8
Tints of Summer Sky #2ECBF8
RGB
CMYK
RGB Variations
Color information
#2ECBF8 (or 0x2ECBF8) is known color: Summer Sky. HEX triplet: 2E, CB and F8. RGB value is (46,203,248). Sum of RGB (Red+Green+Blue) = 46+203+248=497 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.26% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 248 (97.27% from 255 or 49.90% from 497); Max value from RGB is 248 - color contains mainly: blue. Hex color #2ECBF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECBF8 is #D13407. Grayscale: #A0A0A0. Windows color (decimal): -13710344 or 16304942. OLE color: 16304942.
HSL color Cylindrical-coordinate representation of color #2ECBF8: hue angle of 193.37º 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 #2ECBF8 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 203 | 248 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.03 |
| HSL | 193.37º | 0.94% | 0.58% | - |
| HSV(B) | 193.37º | 0.81% | 0.97% | - |
| XYZ | 39.43 | 50.07 | 96.39 | - |
| YUV | 161.19 | 176.99 | 45.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 203 | 248 | 0.81 | 0.18 | 0 | 0.03 | 193.37 | 0.94 | 0.58 |
| Hex | 2E | CB | F8 | 51 | 12 | 0 | 3 | C1 | 5E | 3A |
| Octal | 56 | 313 | 370 | 121 | 22 | 0 | 3 | 301 | 136 | 72 |
| Binary | 101110 | 11001011 | 11111000 | 1010001 | 10010 | 0 | 11 | 11000001 | 1011110 | 111010 |
Color Harmonies of #2ECBF8
Complementary color
Monochromatic Colors of #2ECBF8
Black with #2ECBF8
Text Example
Text Example
White with #2ECBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECBF8; }
p { color: rgb(46,203,248); }
H1.HeaderClassName
{
color: #2ECBF8;
}
.AnyTagClassName
{
color: #2ECBF8;
}
</style>
background-color css
<style>
a { background-color: #2ECBF8; }
a { background-color: rgb(46,203,248); }
div.DivClassName
{
background-color: #2ECBF8;
}
.BgClassName
{
background-color: #2ECBF8;
}
</style>
border-color css
<style>
span { border-color: #2ECBF8; }
span { border-color: rgb(46,203,248); }
td.TdClassName
{
border-color: #2ECBF8;
}
.TagClassName
{
border-color: #2ECBF8;
}
</style>