Shades of Summer Sky #2EBFDD
Tints of Summer Sky #2EBFDD
RGB
CMYK
RGB Variations
Color information
#2EBFDD (or 0x2EBFDD) is known color: Summer Sky. HEX triplet: 2E, BF and DD. RGB value is (46,191,221). Sum of RGB (Red+Green+Blue) = 46+191+221=458 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.04% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #2EBFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBFDD is #D14022. Grayscale: #969696. Windows color (decimal): -13713443 or 14532398. OLE color: 14532398.
HSL color Cylindrical-coordinate representation of color #2EBFDD: hue angle of 190.29º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EBFDD is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 191 | 221 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.13 |
| HSL | 190.29º | 0.72% | 0.52% | - |
| HSV(B) | 190.29º | 0.79% | 0.87% | - |
| XYZ | 32.81 | 43.06 | 74.99 | - |
| YUV | 151.07 | 167.46 | 53.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 191 | 221 | 0.79 | 0.14 | 0 | 0.13 | 190.29 | 0.72 | 0.52 |
| Hex | 2E | BF | DD | 4F | E | 0 | D | BE | 48 | 34 |
| Octal | 56 | 277 | 335 | 117 | 16 | 0 | 15 | 276 | 110 | 64 |
| Binary | 101110 | 10111111 | 11011101 | 1001111 | 1110 | 0 | 1101 | 10111110 | 1001000 | 110100 |
Color Harmonies of #2EBFDD
Complementary color
Monochromatic Colors of #2EBFDD
Black with #2EBFDD
Text Example
Text Example
White with #2EBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBFDD; }
p { color: rgb(46,191,221); }
H1.HeaderClassName
{
color: #2EBFDD;
}
.AnyTagClassName
{
color: #2EBFDD;
}
</style>
background-color css
<style>
a { background-color: #2EBFDD; }
a { background-color: rgb(46,191,221); }
div.DivClassName
{
background-color: #2EBFDD;
}
.BgClassName
{
background-color: #2EBFDD;
}
</style>
border-color css
<style>
span { border-color: #2EBFDD; }
span { border-color: rgb(46,191,221); }
td.TdClassName
{
border-color: #2EBFDD;
}
.TagClassName
{
border-color: #2EBFDD;
}
</style>