Shades of Summer Sky #2E9FCE
Tints of Summer Sky #2E9FCE
RGB
CMYK
RGB Variations
Color information
#2E9FCE (or 0x2E9FCE) is known color: Summer Sky. HEX triplet: 2E, 9F and CE. RGB value is (46,159,206). Sum of RGB (Red+Green+Blue) = 46+159+206=411 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.19% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E9FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9FCE is #D16031. Grayscale: #828282. Windows color (decimal): -13721650 or 13541166. OLE color: 13541166.
HSL color Cylindrical-coordinate representation of color #2E9FCE: hue angle of 197.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E9FCE is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 159 | 206 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.19 |
| HSL | 197.63º | 0.63% | 0.49% | - |
| HSV(B) | 197.63º | 0.78% | 0.81% | - |
| XYZ | 24.67 | 29.83 | 62.85 | - |
| YUV | 130.57 | 170.56 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 159 | 206 | 0.78 | 0.23 | 0 | 0.19 | 197.63 | 0.63 | 0.49 |
| Hex | 2E | 9F | CE | 4E | 17 | 0 | 13 | C6 | 3F | 31 |
| Octal | 56 | 237 | 316 | 116 | 27 | 0 | 23 | 306 | 77 | 61 |
| Binary | 101110 | 10011111 | 11001110 | 1001110 | 10111 | 0 | 10011 | 11000110 | 111111 | 110001 |
Color Harmonies of #2E9FCE
Complementary color
Monochromatic Colors of #2E9FCE
Black with #2E9FCE
Text Example
Text Example
White with #2E9FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9FCE; }
p { color: rgb(46,159,206); }
H1.HeaderClassName
{
color: #2E9FCE;
}
.AnyTagClassName
{
color: #2E9FCE;
}
</style>
background-color css
<style>
a { background-color: #2E9FCE; }
a { background-color: rgb(46,159,206); }
div.DivClassName
{
background-color: #2E9FCE;
}
.BgClassName
{
background-color: #2E9FCE;
}
</style>
border-color css
<style>
span { border-color: #2E9FCE; }
span { border-color: rgb(46,159,206); }
td.TdClassName
{
border-color: #2E9FCE;
}
.TagClassName
{
border-color: #2E9FCE;
}
</style>