Shades of Summer Sky #2EBECE
Tints of Summer Sky #2EBECE
RGB
CMYK
RGB Variations
Color information
#2EBECE (or 0x2EBECE) is known color: Summer Sky. HEX triplet: 2E, BE and CE. RGB value is (46,190,206). Sum of RGB (Red+Green+Blue) = 46+190+206=442 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.41% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #2EBECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBECE is #D14131. Grayscale: #949494. Windows color (decimal): -13713714 or 13549102. OLE color: 13549102.
HSL color Cylindrical-coordinate representation of color #2EBECE: hue angle of 186º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EBECE is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 190 | 206 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.19 |
| HSL | 186º | 0.63% | 0.49% | - |
| HSV(B) | 186º | 0.78% | 0.81% | - |
| XYZ | 30.68 | 41.86 | 64.86 | - |
| YUV | 148.77 | 160.29 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 190 | 206 | 0.78 | 0.08 | 0 | 0.19 | 186 | 0.63 | 0.49 |
| Hex | 2E | BE | CE | 4E | 8 | 0 | 13 | BA | 3F | 31 |
| Octal | 56 | 276 | 316 | 116 | 10 | 0 | 23 | 272 | 77 | 61 |
| Binary | 101110 | 10111110 | 11001110 | 1001110 | 1000 | 0 | 10011 | 10111010 | 111111 | 110001 |
Color Harmonies of #2EBECE
Complementary color
Monochromatic Colors of #2EBECE
Black with #2EBECE
Text Example
Text Example
White with #2EBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBECE; }
p { color: rgb(46,190,206); }
H1.HeaderClassName
{
color: #2EBECE;
}
.AnyTagClassName
{
color: #2EBECE;
}
</style>
background-color css
<style>
a { background-color: #2EBECE; }
a { background-color: rgb(46,190,206); }
div.DivClassName
{
background-color: #2EBECE;
}
.BgClassName
{
background-color: #2EBECE;
}
</style>
border-color css
<style>
span { border-color: #2EBECE; }
span { border-color: rgb(46,190,206); }
td.TdClassName
{
border-color: #2EBECE;
}
.TagClassName
{
border-color: #2EBECE;
}
</style>