Shades of Summer Sky #2E9CCC
Tints of Summer Sky #2E9CCC
RGB
CMYK
RGB Variations
Color information
#2E9CCC (or 0x2E9CCC) is known color: Summer Sky. HEX triplet: 2E, 9C and CC. RGB value is (46,156,204). Sum of RGB (Red+Green+Blue) = 46+156+204=406 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.33% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E9CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9CCC is #D16333. Grayscale: #808080. Windows color (decimal): -13722420 or 13409326. OLE color: 13409326.
HSL color Cylindrical-coordinate representation of color #2E9CCC: hue angle of 198.23º 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 #2E9CCC is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 156 | 204 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.2 |
| HSL | 198.23º | 0.63% | 0.49% | - |
| HSV(B) | 198.23º | 0.77% | 0.8% | - |
| XYZ | 23.91 | 28.72 | 61.41 | - |
| YUV | 128.58 | 170.56 | 69.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 156 | 204 | 0.77 | 0.24 | 0 | 0.2 | 198.23 | 0.63 | 0.49 |
| Hex | 2E | 9C | CC | 4D | 18 | 0 | 14 | C6 | 3F | 31 |
| Octal | 56 | 234 | 314 | 115 | 30 | 0 | 24 | 306 | 77 | 61 |
| Binary | 101110 | 10011100 | 11001100 | 1001101 | 11000 | 0 | 10100 | 11000110 | 111111 | 110001 |
Color Harmonies of #2E9CCC
Complementary color
Monochromatic Colors of #2E9CCC
Black with #2E9CCC
Text Example
Text Example
White with #2E9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9CCC; }
p { color: rgb(46,156,204); }
H1.HeaderClassName
{
color: #2E9CCC;
}
.AnyTagClassName
{
color: #2E9CCC;
}
</style>
background-color css
<style>
a { background-color: #2E9CCC; }
a { background-color: rgb(46,156,204); }
div.DivClassName
{
background-color: #2E9CCC;
}
.BgClassName
{
background-color: #2E9CCC;
}
</style>
border-color css
<style>
span { border-color: #2E9CCC; }
span { border-color: rgb(46,156,204); }
td.TdClassName
{
border-color: #2E9CCC;
}
.TagClassName
{
border-color: #2E9CCC;
}
</style>