Shades of Summer Sky #40B2E0
Tints of Summer Sky #40B2E0
RGB
CMYK
RGB Variations
Color information
#40B2E0 (or 0x40B2E0) is known color: Summer Sky. HEX triplet: 40, B2 and E0. RGB value is (64,178,224). Sum of RGB (Red+Green+Blue) = 64+178+224=466 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.73% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #40B2E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40B2E0 is #BF4D1F. Grayscale: #949494. Windows color (decimal): -12537120 or 14725696. OLE color: 14725696.
HSL color Cylindrical-coordinate representation of color #40B2E0: hue angle of 197.25º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40B2E0 is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 178 | 224 | - |
| CMYK | 0.71 | 0.21 | 0 | 0.12 |
| HSL | 197.25º | 0.72% | 0.56% | - |
| HSV(B) | 197.25º | 0.71% | 0.88% | - |
| XYZ | 31.49 | 38.31 | 76.26 | - |
| YUV | 149.16 | 170.23 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 178 | 224 | 0.71 | 0.21 | 0 | 0.12 | 197.25 | 0.72 | 0.56 |
| Hex | 40 | B2 | E0 | 47 | 15 | 0 | C | C5 | 48 | 38 |
| Octal | 100 | 262 | 340 | 107 | 25 | 0 | 14 | 305 | 110 | 70 |
| Binary | 1000000 | 10110010 | 11100000 | 1000111 | 10101 | 0 | 1100 | 11000101 | 1001000 | 111000 |
Color Harmonies of #40B2E0
Complementary color
Monochromatic Colors of #40B2E0
Black with #40B2E0
Text Example
Text Example
White with #40B2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B2E0; }
p { color: rgb(64,178,224); }
H1.HeaderClassName
{
color: #40B2E0;
}
.AnyTagClassName
{
color: #40B2E0;
}
</style>
background-color css
<style>
a { background-color: #40B2E0; }
a { background-color: rgb(64,178,224); }
div.DivClassName
{
background-color: #40B2E0;
}
.BgClassName
{
background-color: #40B2E0;
}
</style>
border-color css
<style>
span { border-color: #40B2E0; }
span { border-color: rgb(64,178,224); }
td.TdClassName
{
border-color: #40B2E0;
}
.TagClassName
{
border-color: #40B2E0;
}
</style>