Shades of Summer Sky #40C0E5
Tints of Summer Sky #40C0E5
RGB
CMYK
RGB Variations
Color information
#40C0E5 (or 0x40C0E5) is known color: Summer Sky. HEX triplet: 40, C0 and E5. RGB value is (64,192,229). Sum of RGB (Red+Green+Blue) = 64+192+229=485 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.20% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #40C0E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C0E5 is #BF3F1A. Grayscale: #9D9D9D. Windows color (decimal): -12533531 or 15056960. OLE color: 15056960.
HSL color Cylindrical-coordinate representation of color #40C0E5: hue angle of 193.45º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40C0E5 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 192 | 229 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.10 |
| HSL | 193.45º | 0.76% | 0.57% | - |
| HSV(B) | 193.45º | 0.72% | 0.9% | - |
| XYZ | 35.11 | 44.45 | 80.86 | - |
| YUV | 157.95 | 168.09 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 229 | 0.72 | 0.16 | 0 | 0.10 | 193.45 | 0.76 | 0.57 |
| Hex | 40 | C0 | E5 | 48 | 10 | 0 | A | C1 | 4C | 39 |
| Octal | 100 | 300 | 345 | 110 | 20 | 0 | 12 | 301 | 114 | 71 |
| Binary | 1000000 | 11000000 | 11100101 | 1001000 | 10000 | 0 | 1010 | 11000001 | 1001100 | 111001 |
Color Harmonies of #40C0E5
Complementary color
Monochromatic Colors of #40C0E5
Black with #40C0E5
Text Example
Text Example
White with #40C0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C0E5; }
p { color: rgb(64,192,229); }
H1.HeaderClassName
{
color: #40C0E5;
}
.AnyTagClassName
{
color: #40C0E5;
}
</style>
background-color css
<style>
a { background-color: #40C0E5; }
a { background-color: rgb(64,192,229); }
div.DivClassName
{
background-color: #40C0E5;
}
.BgClassName
{
background-color: #40C0E5;
}
</style>
border-color css
<style>
span { border-color: #40C0E5; }
span { border-color: rgb(64,192,229); }
td.TdClassName
{
border-color: #40C0E5;
}
.TagClassName
{
border-color: #40C0E5;
}
</style>