Shades of Summer Sky #2EBECF
Tints of Summer Sky #2EBECF
RGB
CMYK
RGB Variations
Color information
#2EBECF (or 0x2EBECF) is known color: Summer Sky. HEX triplet: 2E, BE and CF. RGB value is (46,190,207). Sum of RGB (Red+Green+Blue) = 46+190+207=443 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.38% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #2EBECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBECF is #D14130. Grayscale: #949494. Windows color (decimal): -13713713 or 13614638. OLE color: 13614638.
HSL color Cylindrical-coordinate representation of color #2EBECF: hue angle of 186.34º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EBECF is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 190 | 207 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.19 |
| HSL | 186.34º | 0.64% | 0.5% | - |
| HSV(B) | 186.34º | 0.78% | 0.81% | - |
| XYZ | 30.8 | 41.91 | 65.5 | - |
| YUV | 148.88 | 160.79 | 54.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 190 | 207 | 0.78 | 0.08 | 0 | 0.19 | 186.34 | 0.64 | 0.5 |
| Hex | 2E | BE | CF | 4E | 8 | 0 | 13 | BA | 40 | 32 |
| Octal | 56 | 276 | 317 | 116 | 10 | 0 | 23 | 272 | 100 | 62 |
| Binary | 101110 | 10111110 | 11001111 | 1001110 | 1000 | 0 | 10011 | 10111010 | 1000000 | 110010 |
Color Harmonies of #2EBECF
Complementary color
Monochromatic Colors of #2EBECF
Black with #2EBECF
Text Example
Text Example
White with #2EBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBECF; }
p { color: rgb(46,190,207); }
H1.HeaderClassName
{
color: #2EBECF;
}
.AnyTagClassName
{
color: #2EBECF;
}
</style>
background-color css
<style>
a { background-color: #2EBECF; }
a { background-color: rgb(46,190,207); }
div.DivClassName
{
background-color: #2EBECF;
}
.BgClassName
{
background-color: #2EBECF;
}
</style>
border-color css
<style>
span { border-color: #2EBECF; }
span { border-color: rgb(46,190,207); }
td.TdClassName
{
border-color: #2EBECF;
}
.TagClassName
{
border-color: #2EBECF;
}
</style>