Shades of Summer Sky #2E9CDF
Tints of Summer Sky #2E9CDF
RGB
CMYK
RGB Variations
Color information
#2E9CDF (or 0x2E9CDF) is known color: Summer Sky. HEX triplet: 2E, 9C and DF. RGB value is (46,156,223). Sum of RGB (Red+Green+Blue) = 46+156+223=425 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.82% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E9CDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9CDF is #D16320. Grayscale: #828282. Windows color (decimal): -13722401 or 14654510. OLE color: 14654510.
HSL color Cylindrical-coordinate representation of color #2E9CDF: hue angle of 202.71º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E9CDF is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 156 | 223 | - |
| CMYK | 0.79 | 0.30 | 0 | 0.13 |
| HSL | 202.71º | 0.73% | 0.53% | - |
| HSV(B) | 202.71º | 0.79% | 0.87% | - |
| XYZ | 26.33 | 29.69 | 74.15 | - |
| YUV | 130.75 | 180.06 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 156 | 223 | 0.79 | 0.30 | 0 | 0.13 | 202.71 | 0.73 | 0.53 |
| Hex | 2E | 9C | DF | 4F | 1E | 0 | D | CB | 49 | 35 |
| Octal | 56 | 234 | 337 | 117 | 36 | 0 | 15 | 313 | 111 | 65 |
| Binary | 101110 | 10011100 | 11011111 | 1001111 | 11110 | 0 | 1101 | 11001011 | 1001001 | 110101 |
Color Harmonies of #2E9CDF
Complementary color
Monochromatic Colors of #2E9CDF
Black with #2E9CDF
Text Example
Text Example
White with #2E9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9CDF; }
p { color: rgb(46,156,223); }
H1.HeaderClassName
{
color: #2E9CDF;
}
.AnyTagClassName
{
color: #2E9CDF;
}
</style>
background-color css
<style>
a { background-color: #2E9CDF; }
a { background-color: rgb(46,156,223); }
div.DivClassName
{
background-color: #2E9CDF;
}
.BgClassName
{
background-color: #2E9CDF;
}
</style>
border-color css
<style>
span { border-color: #2E9CDF; }
span { border-color: rgb(46,156,223); }
td.TdClassName
{
border-color: #2E9CDF;
}
.TagClassName
{
border-color: #2E9CDF;
}
</style>