Shades of Summer Sky #2EBDCA
Tints of Summer Sky #2EBDCA
RGB
CMYK
RGB Variations
Color information
#2EBDCA (or 0x2EBDCA) is known color: Summer Sky. HEX triplet: 2E, BD and CA. RGB value is (46,189,202). Sum of RGB (Red+Green+Blue) = 46+189+202=437 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.53% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #2EBDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBDCA is #D14235. Grayscale: #939393. Windows color (decimal): -13713974 or 13286702. OLE color: 13286702.
HSL color Cylindrical-coordinate representation of color #2EBDCA: hue angle of 185º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EBDCA is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 189 | 202 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.21 |
| HSL | 185º | 0.63% | 0.49% | - |
| HSV(B) | 185º | 0.77% | 0.79% | - |
| XYZ | 29.98 | 41.24 | 62.26 | - |
| YUV | 147.73 | 158.62 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 189 | 202 | 0.77 | 0.06 | 0 | 0.21 | 185 | 0.63 | 0.49 |
| Hex | 2E | BD | CA | 4D | 6 | 0 | 15 | B9 | 3F | 31 |
| Octal | 56 | 275 | 312 | 115 | 6 | 0 | 25 | 271 | 77 | 61 |
| Binary | 101110 | 10111101 | 11001010 | 1001101 | 110 | 0 | 10101 | 10111001 | 111111 | 110001 |
Color Harmonies of #2EBDCA
Complementary color
Monochromatic Colors of #2EBDCA
Black with #2EBDCA
Text Example
Text Example
White with #2EBDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBDCA; }
p { color: rgb(46,189,202); }
H1.HeaderClassName
{
color: #2EBDCA;
}
.AnyTagClassName
{
color: #2EBDCA;
}
</style>
background-color css
<style>
a { background-color: #2EBDCA; }
a { background-color: rgb(46,189,202); }
div.DivClassName
{
background-color: #2EBDCA;
}
.BgClassName
{
background-color: #2EBDCA;
}
</style>
border-color css
<style>
span { border-color: #2EBDCA; }
span { border-color: rgb(46,189,202); }
td.TdClassName
{
border-color: #2EBDCA;
}
.TagClassName
{
border-color: #2EBDCA;
}
</style>