Shades of Summer Sky #2ECEEB
Tints of Summer Sky #2ECEEB
RGB
CMYK
RGB Variations
Color information
#2ECEEB (or 0x2ECEEB) is known color: Summer Sky. HEX triplet: 2E, CE and EB. RGB value is (46,206,235). Sum of RGB (Red+Green+Blue) = 46+206+235=487 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.45% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #2ECEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECEEB is #D13114. Grayscale: #A1A1A1. Windows color (decimal): -13709589 or 15453742. OLE color: 15453742.
HSL color Cylindrical-coordinate representation of color #2ECEEB: hue angle of 189.21º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ECEEB is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 206 | 235 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.08 |
| HSL | 189.21º | 0.83% | 0.55% | - |
| HSV(B) | 189.21º | 0.8% | 0.92% | - |
| XYZ | 38.19 | 50.72 | 86.37 | - |
| YUV | 161.47 | 169.49 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 206 | 235 | 0.80 | 0.12 | 0 | 0.08 | 189.21 | 0.83 | 0.55 |
| Hex | 2E | CE | EB | 50 | C | 0 | 8 | BD | 53 | 37 |
| Octal | 56 | 316 | 353 | 120 | 14 | 0 | 10 | 275 | 123 | 67 |
| Binary | 101110 | 11001110 | 11101011 | 1010000 | 1100 | 0 | 1000 | 10111101 | 1010011 | 110111 |
Color Harmonies of #2ECEEB
Complementary color
Monochromatic Colors of #2ECEEB
Black with #2ECEEB
Text Example
Text Example
White with #2ECEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECEEB; }
p { color: rgb(46,206,235); }
H1.HeaderClassName
{
color: #2ECEEB;
}
.AnyTagClassName
{
color: #2ECEEB;
}
</style>
background-color css
<style>
a { background-color: #2ECEEB; }
a { background-color: rgb(46,206,235); }
div.DivClassName
{
background-color: #2ECEEB;
}
.BgClassName
{
background-color: #2ECEEB;
}
</style>
border-color css
<style>
span { border-color: #2ECEEB; }
span { border-color: rgb(46,206,235); }
td.TdClassName
{
border-color: #2ECEEB;
}
.TagClassName
{
border-color: #2ECEEB;
}
</style>