Shades of Summer Sky #2EB1CF
Tints of Summer Sky #2EB1CF
RGB
CMYK
RGB Variations
Color information
#2EB1CF (or 0x2EB1CF) is known color: Summer Sky. HEX triplet: 2E, B1 and CF. RGB value is (46,177,207). Sum of RGB (Red+Green+Blue) = 46+177+207=430 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.70% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #2EB1CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EB1CF is #D14E30. Grayscale: #8D8D8D. Windows color (decimal): -13717041 or 13611310. OLE color: 13611310.
HSL color Cylindrical-coordinate representation of color #2EB1CF: hue angle of 191.18º 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 #2EB1CF is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 177 | 207 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.19 |
| HSL | 191.18º | 0.64% | 0.5% | - |
| HSV(B) | 191.18º | 0.78% | 0.81% | - |
| XYZ | 28.11 | 36.53 | 64.6 | - |
| YUV | 141.25 | 165.1 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 177 | 207 | 0.78 | 0.14 | 0 | 0.19 | 191.18 | 0.64 | 0.5 |
| Hex | 2E | B1 | CF | 4E | E | 0 | 13 | BF | 40 | 32 |
| Octal | 56 | 261 | 317 | 116 | 16 | 0 | 23 | 277 | 100 | 62 |
| Binary | 101110 | 10110001 | 11001111 | 1001110 | 1110 | 0 | 10011 | 10111111 | 1000000 | 110010 |
Color Harmonies of #2EB1CF
Complementary color
Monochromatic Colors of #2EB1CF
Black with #2EB1CF
Text Example
Text Example
White with #2EB1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB1CF; }
p { color: rgb(46,177,207); }
H1.HeaderClassName
{
color: #2EB1CF;
}
.AnyTagClassName
{
color: #2EB1CF;
}
</style>
background-color css
<style>
a { background-color: #2EB1CF; }
a { background-color: rgb(46,177,207); }
div.DivClassName
{
background-color: #2EB1CF;
}
.BgClassName
{
background-color: #2EB1CF;
}
</style>
border-color css
<style>
span { border-color: #2EB1CF; }
span { border-color: rgb(46,177,207); }
td.TdClassName
{
border-color: #2EB1CF;
}
.TagClassName
{
border-color: #2EB1CF;
}
</style>