Shades of Summer Sky #2EBDDA
Tints of Summer Sky #2EBDDA
RGB
CMYK
RGB Variations
Color information
#2EBDDA (or 0x2EBDDA) is known color: Summer Sky. HEX triplet: 2E, BD and DA. RGB value is (46,189,218). Sum of RGB (Red+Green+Blue) = 46+189+218=453 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.15% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #2EBDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBDDA is #D14225. Grayscale: #959595. Windows color (decimal): -13713958 or 14335278. OLE color: 14335278.
HSL color Cylindrical-coordinate representation of color #2EBDDA: hue angle of 190.12º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EBDDA is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 189 | 218 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.15 |
| HSL | 190.12º | 0.7% | 0.52% | - |
| HSV(B) | 190.12º | 0.79% | 0.85% | - |
| XYZ | 31.98 | 42.04 | 72.76 | - |
| YUV | 149.55 | 166.62 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 189 | 218 | 0.79 | 0.13 | 0 | 0.15 | 190.12 | 0.7 | 0.52 |
| Hex | 2E | BD | DA | 4F | D | 0 | F | BE | 46 | 34 |
| Octal | 56 | 275 | 332 | 117 | 15 | 0 | 17 | 276 | 106 | 64 |
| Binary | 101110 | 10111101 | 11011010 | 1001111 | 1101 | 0 | 1111 | 10111110 | 1000110 | 110100 |
Color Harmonies of #2EBDDA
Complementary color
Monochromatic Colors of #2EBDDA
Black with #2EBDDA
Text Example
Text Example
White with #2EBDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBDDA; }
p { color: rgb(46,189,218); }
H1.HeaderClassName
{
color: #2EBDDA;
}
.AnyTagClassName
{
color: #2EBDDA;
}
</style>
background-color css
<style>
a { background-color: #2EBDDA; }
a { background-color: rgb(46,189,218); }
div.DivClassName
{
background-color: #2EBDDA;
}
.BgClassName
{
background-color: #2EBDDA;
}
</style>
border-color css
<style>
span { border-color: #2EBDDA; }
span { border-color: rgb(46,189,218); }
td.TdClassName
{
border-color: #2EBDDA;
}
.TagClassName
{
border-color: #2EBDDA;
}
</style>