Shades of Summer Sky #2EB0CC
Tints of Summer Sky #2EB0CC
RGB
CMYK
RGB Variations
Color information
#2EB0CC (or 0x2EB0CC) is known color: Summer Sky. HEX triplet: 2E, B0 and CC. RGB value is (46,176,204). Sum of RGB (Red+Green+Blue) = 46+176+204=426 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.80% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #2EB0CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EB0CC is #D14F33. Grayscale: #8C8C8C. Windows color (decimal): -13717300 or 13414446. OLE color: 13414446.
HSL color Cylindrical-coordinate representation of color #2EB0CC: hue angle of 190.63º 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 #2EB0CC is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 176 | 204 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.2 |
| HSL | 190.63º | 0.63% | 0.49% | - |
| HSV(B) | 190.63º | 0.77% | 0.8% | - |
| XYZ | 27.55 | 35.99 | 62.62 | - |
| YUV | 140.32 | 163.93 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 176 | 204 | 0.77 | 0.14 | 0 | 0.2 | 190.63 | 0.63 | 0.49 |
| Hex | 2E | B0 | CC | 4D | E | 0 | 14 | BF | 3F | 31 |
| Octal | 56 | 260 | 314 | 115 | 16 | 0 | 24 | 277 | 77 | 61 |
| Binary | 101110 | 10110000 | 11001100 | 1001101 | 1110 | 0 | 10100 | 10111111 | 111111 | 110001 |
Color Harmonies of #2EB0CC
Complementary color
Monochromatic Colors of #2EB0CC
Black with #2EB0CC
Text Example
Text Example
White with #2EB0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB0CC; }
p { color: rgb(46,176,204); }
H1.HeaderClassName
{
color: #2EB0CC;
}
.AnyTagClassName
{
color: #2EB0CC;
}
</style>
background-color css
<style>
a { background-color: #2EB0CC; }
a { background-color: rgb(46,176,204); }
div.DivClassName
{
background-color: #2EB0CC;
}
.BgClassName
{
background-color: #2EB0CC;
}
</style>
border-color css
<style>
span { border-color: #2EB0CC; }
span { border-color: rgb(46,176,204); }
td.TdClassName
{
border-color: #2EB0CC;
}
.TagClassName
{
border-color: #2EB0CC;
}
</style>