Shades of Summer Sky #2EB0CF
Tints of Summer Sky #2EB0CF
RGB
CMYK
RGB Variations
Color information
#2EB0CF (or 0x2EB0CF) is known color: Summer Sky. HEX triplet: 2E, B0 and CF. RGB value is (46,176,207). Sum of RGB (Red+Green+Blue) = 46+176+207=429 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.72% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #2EB0CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EB0CF is #D14F30. Grayscale: #8C8C8C. Windows color (decimal): -13717297 or 13611054. OLE color: 13611054.
HSL color Cylindrical-coordinate representation of color #2EB0CF: hue angle of 191.55º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EB0CF is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 176 | 207 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.19 |
| HSL | 191.55º | 0.64% | 0.5% | - |
| HSV(B) | 191.55º | 0.78% | 0.81% | - |
| XYZ | 27.91 | 36.14 | 64.54 | - |
| YUV | 140.66 | 165.43 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 176 | 207 | 0.78 | 0.15 | 0 | 0.19 | 191.55 | 0.64 | 0.5 |
| Hex | 2E | B0 | CF | 4E | F | 0 | 13 | C0 | 40 | 32 |
| Octal | 56 | 260 | 317 | 116 | 17 | 0 | 23 | 300 | 100 | 62 |
| Binary | 101110 | 10110000 | 11001111 | 1001110 | 1111 | 0 | 10011 | 11000000 | 1000000 | 110010 |
Color Harmonies of #2EB0CF
Complementary color
Monochromatic Colors of #2EB0CF
Black with #2EB0CF
Text Example
Text Example
White with #2EB0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB0CF; }
p { color: rgb(46,176,207); }
H1.HeaderClassName
{
color: #2EB0CF;
}
.AnyTagClassName
{
color: #2EB0CF;
}
</style>
background-color css
<style>
a { background-color: #2EB0CF; }
a { background-color: rgb(46,176,207); }
div.DivClassName
{
background-color: #2EB0CF;
}
.BgClassName
{
background-color: #2EB0CF;
}
</style>
border-color css
<style>
span { border-color: #2EB0CF; }
span { border-color: rgb(46,176,207); }
td.TdClassName
{
border-color: #2EB0CF;
}
.TagClassName
{
border-color: #2EB0CF;
}
</style>