Shades of Summer Sky #2EB3CF
Tints of Summer Sky #2EB3CF
RGB
CMYK
RGB Variations
Color information
#2EB3CF (or 0x2EB3CF) is known color: Summer Sky. HEX triplet: 2E, B3 and CF. RGB value is (46,179,207). Sum of RGB (Red+Green+Blue) = 46+179+207=432 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.65% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #2EB3CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EB3CF is #D14C30. Grayscale: #8E8E8E. Windows color (decimal): -13716529 or 13611822. OLE color: 13611822.
HSL color Cylindrical-coordinate representation of color #2EB3CF: hue angle of 190.43º 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 #2EB3CF is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 179 | 207 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.19 |
| HSL | 190.43º | 0.64% | 0.5% | - |
| HSV(B) | 190.43º | 0.78% | 0.81% | - |
| XYZ | 28.51 | 37.33 | 64.73 | - |
| YUV | 142.43 | 164.44 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 179 | 207 | 0.78 | 0.14 | 0 | 0.19 | 190.43 | 0.64 | 0.5 |
| Hex | 2E | B3 | CF | 4E | E | 0 | 13 | BE | 40 | 32 |
| Octal | 56 | 263 | 317 | 116 | 16 | 0 | 23 | 276 | 100 | 62 |
| Binary | 101110 | 10110011 | 11001111 | 1001110 | 1110 | 0 | 10011 | 10111110 | 1000000 | 110010 |
Color Harmonies of #2EB3CF
Complementary color
Monochromatic Colors of #2EB3CF
Black with #2EB3CF
Text Example
Text Example
White with #2EB3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB3CF; }
p { color: rgb(46,179,207); }
H1.HeaderClassName
{
color: #2EB3CF;
}
.AnyTagClassName
{
color: #2EB3CF;
}
</style>
background-color css
<style>
a { background-color: #2EB3CF; }
a { background-color: rgb(46,179,207); }
div.DivClassName
{
background-color: #2EB3CF;
}
.BgClassName
{
background-color: #2EB3CF;
}
</style>
border-color css
<style>
span { border-color: #2EB3CF; }
span { border-color: rgb(46,179,207); }
td.TdClassName
{
border-color: #2EB3CF;
}
.TagClassName
{
border-color: #2EB3CF;
}
</style>