Shades of Summer Sky #40C4DC
Tints of Summer Sky #40C4DC
RGB
CMYK
RGB Variations
Color information
#40C4DC (or 0x40C4DC) is known color: Summer Sky. HEX triplet: 40, C4 and DC. RGB value is (64,196,220). Sum of RGB (Red+Green+Blue) = 64+196+220=480 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.33% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #40C4DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C4DC is #BF3B23. Grayscale: #9F9F9F. Windows color (decimal): -12532516 or 14468160. OLE color: 14468160.
HSL color Cylindrical-coordinate representation of color #40C4DC: hue angle of 189.23º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40C4DC is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 196 | 220 | - |
| CMYK | 0.71 | 0.11 | 0 | 0.14 |
| HSL | 189.23º | 0.69% | 0.56% | - |
| HSV(B) | 189.23º | 0.71% | 0.86% | - |
| XYZ | 34.77 | 45.74 | 74.71 | - |
| YUV | 159.27 | 162.27 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 196 | 220 | 0.71 | 0.11 | 0 | 0.14 | 189.23 | 0.69 | 0.56 |
| Hex | 40 | C4 | DC | 47 | B | 0 | E | BD | 45 | 38 |
| Octal | 100 | 304 | 334 | 107 | 13 | 0 | 16 | 275 | 105 | 70 |
| Binary | 1000000 | 11000100 | 11011100 | 1000111 | 1011 | 0 | 1110 | 10111101 | 1000101 | 111000 |
Color Harmonies of #40C4DC
Complementary color
Monochromatic Colors of #40C4DC
Black with #40C4DC
Text Example
Text Example
White with #40C4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C4DC; }
p { color: rgb(64,196,220); }
H1.HeaderClassName
{
color: #40C4DC;
}
.AnyTagClassName
{
color: #40C4DC;
}
</style>
background-color css
<style>
a { background-color: #40C4DC; }
a { background-color: rgb(64,196,220); }
div.DivClassName
{
background-color: #40C4DC;
}
.BgClassName
{
background-color: #40C4DC;
}
</style>
border-color css
<style>
span { border-color: #40C4DC; }
span { border-color: rgb(64,196,220); }
td.TdClassName
{
border-color: #40C4DC;
}
.TagClassName
{
border-color: #40C4DC;
}
</style>