Shades of Summer Sky #2EB0CE
Tints of Summer Sky #2EB0CE
RGB
CMYK
RGB Variations
Color information
#2EB0CE (or 0x2EB0CE) is known color: Summer Sky. HEX triplet: 2E, B0 and CE. RGB value is (46,176,206). Sum of RGB (Red+Green+Blue) = 46+176+206=428 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.75% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #2EB0CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EB0CE is #D14F31. Grayscale: #8C8C8C. Windows color (decimal): -13717298 or 13545518. OLE color: 13545518.
HSL color Cylindrical-coordinate representation of color #2EB0CE: hue angle of 191.25º 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 #2EB0CE is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 176 | 206 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.19 |
| HSL | 191.25º | 0.63% | 0.49% | - |
| HSV(B) | 191.25º | 0.78% | 0.81% | - |
| XYZ | 27.79 | 36.09 | 63.89 | - |
| YUV | 140.55 | 164.93 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 176 | 206 | 0.78 | 0.15 | 0 | 0.19 | 191.25 | 0.63 | 0.49 |
| Hex | 2E | B0 | CE | 4E | F | 0 | 13 | BF | 3F | 31 |
| Octal | 56 | 260 | 316 | 116 | 17 | 0 | 23 | 277 | 77 | 61 |
| Binary | 101110 | 10110000 | 11001110 | 1001110 | 1111 | 0 | 10011 | 10111111 | 111111 | 110001 |
Color Harmonies of #2EB0CE
Complementary color
Monochromatic Colors of #2EB0CE
Black with #2EB0CE
Text Example
Text Example
White with #2EB0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB0CE; }
p { color: rgb(46,176,206); }
H1.HeaderClassName
{
color: #2EB0CE;
}
.AnyTagClassName
{
color: #2EB0CE;
}
</style>
background-color css
<style>
a { background-color: #2EB0CE; }
a { background-color: rgb(46,176,206); }
div.DivClassName
{
background-color: #2EB0CE;
}
.BgClassName
{
background-color: #2EB0CE;
}
</style>
border-color css
<style>
span { border-color: #2EB0CE; }
span { border-color: rgb(46,176,206); }
td.TdClassName
{
border-color: #2EB0CE;
}
.TagClassName
{
border-color: #2EB0CE;
}
</style>