Shades of Summer Sky #2EAECC
Tints of Summer Sky #2EAECC
RGB
CMYK
RGB Variations
Color information
#2EAECC (or 0x2EAECC) is known color: Summer Sky. HEX triplet: 2E, AE and CC. RGB value is (46,174,204). Sum of RGB (Red+Green+Blue) = 46+174+204=424 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.85% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #2EAECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAECC is #D15133. Grayscale: #8A8A8A. Windows color (decimal): -13717812 or 13413934. OLE color: 13413934.
HSL color Cylindrical-coordinate representation of color #2EAECC: hue angle of 191.39º 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 #2EAECC is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 174 | 204 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.2 |
| HSL | 191.39º | 0.63% | 0.49% | - |
| HSV(B) | 191.39º | 0.77% | 0.8% | - |
| XYZ | 27.16 | 35.21 | 62.49 | - |
| YUV | 139.15 | 164.59 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 174 | 204 | 0.77 | 0.15 | 0 | 0.2 | 191.39 | 0.63 | 0.49 |
| Hex | 2E | AE | CC | 4D | F | 0 | 14 | BF | 3F | 31 |
| Octal | 56 | 256 | 314 | 115 | 17 | 0 | 24 | 277 | 77 | 61 |
| Binary | 101110 | 10101110 | 11001100 | 1001101 | 1111 | 0 | 10100 | 10111111 | 111111 | 110001 |
Color Harmonies of #2EAECC
Complementary color
Monochromatic Colors of #2EAECC
Black with #2EAECC
Text Example
Text Example
White with #2EAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAECC; }
p { color: rgb(46,174,204); }
H1.HeaderClassName
{
color: #2EAECC;
}
.AnyTagClassName
{
color: #2EAECC;
}
</style>
background-color css
<style>
a { background-color: #2EAECC; }
a { background-color: rgb(46,174,204); }
div.DivClassName
{
background-color: #2EAECC;
}
.BgClassName
{
background-color: #2EAECC;
}
</style>
border-color css
<style>
span { border-color: #2EAECC; }
span { border-color: rgb(46,174,204); }
td.TdClassName
{
border-color: #2EAECC;
}
.TagClassName
{
border-color: #2EAECC;
}
</style>