Shades of Summer Sky #2EBECB
Tints of Summer Sky #2EBECB
RGB
CMYK
RGB Variations
Color information
#2EBECB (or 0x2EBECB) is known color: Summer Sky. HEX triplet: 2E, BE and CB. RGB value is (46,190,203). Sum of RGB (Red+Green+Blue) = 46+190+203=439 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.48% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #2EBECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBECB is #D14134. Grayscale: #949494. Windows color (decimal): -13713717 or 13352494. OLE color: 13352494.
HSL color Cylindrical-coordinate representation of color #2EBECB: hue angle of 184.97º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EBECB is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 190 | 203 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.20 |
| HSL | 184.97º | 0.63% | 0.49% | - |
| HSV(B) | 184.97º | 0.77% | 0.8% | - |
| XYZ | 30.32 | 41.72 | 62.95 | - |
| YUV | 148.43 | 158.79 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 190 | 203 | 0.77 | 0.06 | 0 | 0.20 | 184.97 | 0.63 | 0.49 |
| Hex | 2E | BE | CB | 4D | 6 | 0 | 14 | B9 | 3F | 31 |
| Octal | 56 | 276 | 313 | 115 | 6 | 0 | 24 | 271 | 77 | 61 |
| Binary | 101110 | 10111110 | 11001011 | 1001101 | 110 | 0 | 10100 | 10111001 | 111111 | 110001 |
Color Harmonies of #2EBECB
Complementary color
Monochromatic Colors of #2EBECB
Black with #2EBECB
Text Example
Text Example
White with #2EBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBECB; }
p { color: rgb(46,190,203); }
H1.HeaderClassName
{
color: #2EBECB;
}
.AnyTagClassName
{
color: #2EBECB;
}
</style>
background-color css
<style>
a { background-color: #2EBECB; }
a { background-color: rgb(46,190,203); }
div.DivClassName
{
background-color: #2EBECB;
}
.BgClassName
{
background-color: #2EBECB;
}
</style>
border-color css
<style>
span { border-color: #2EBECB; }
span { border-color: rgb(46,190,203); }
td.TdClassName
{
border-color: #2EBECB;
}
.TagClassName
{
border-color: #2EBECB;
}
</style>