Shades of Summer Sky #40C9E5
Tints of Summer Sky #40C9E5
RGB
CMYK
RGB Variations
Color information
#40C9E5 (or 0x40C9E5) is known color: Summer Sky. HEX triplet: 40, C9 and E5. RGB value is (64,201,229). Sum of RGB (Red+Green+Blue) = 64+201+229=494 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.96% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 229 - color contains mainly: blue. Hex color #40C9E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C9E5 is #BF361A. Grayscale: #A2A2A2. Windows color (decimal): -12531227 or 15059264. OLE color: 15059264.
HSL color Cylindrical-coordinate representation of color #40C9E5: hue angle of 190.18º 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 #40C9E5 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 201 | 229 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.10 |
| HSL | 190.18º | 0.76% | 0.57% | - |
| HSV(B) | 190.18º | 0.72% | 0.9% | - |
| XYZ | 37.14 | 48.52 | 81.54 | - |
| YUV | 163.23 | 165.11 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 201 | 229 | 0.72 | 0.12 | 0 | 0.10 | 190.18 | 0.76 | 0.57 |
| Hex | 40 | C9 | E5 | 48 | C | 0 | A | BE | 4C | 39 |
| Octal | 100 | 311 | 345 | 110 | 14 | 0 | 12 | 276 | 114 | 71 |
| Binary | 1000000 | 11001001 | 11100101 | 1001000 | 1100 | 0 | 1010 | 10111110 | 1001100 | 111001 |
Color Harmonies of #40C9E5
Complementary color
Monochromatic Colors of #40C9E5
Black with #40C9E5
Text Example
Text Example
White with #40C9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C9E5; }
p { color: rgb(64,201,229); }
H1.HeaderClassName
{
color: #40C9E5;
}
.AnyTagClassName
{
color: #40C9E5;
}
</style>
background-color css
<style>
a { background-color: #40C9E5; }
a { background-color: rgb(64,201,229); }
div.DivClassName
{
background-color: #40C9E5;
}
.BgClassName
{
background-color: #40C9E5;
}
</style>
border-color css
<style>
span { border-color: #40C9E5; }
span { border-color: rgb(64,201,229); }
td.TdClassName
{
border-color: #40C9E5;
}
.TagClassName
{
border-color: #40C9E5;
}
</style>