Shades of Summer Sky #40C3DC
Tints of Summer Sky #40C3DC
RGB
CMYK
RGB Variations
Color information
#40C3DC (or 0x40C3DC) is known color: Summer Sky. HEX triplet: 40, C3 and DC. RGB value is (64,195,220). Sum of RGB (Red+Green+Blue) = 64+195+220=479 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.36% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #40C3DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C3DC is #BF3C23. Grayscale: #9E9E9E. Windows color (decimal): -12532772 or 14467904. OLE color: 14467904.
HSL color Cylindrical-coordinate representation of color #40C3DC: hue angle of 189.62º 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 #40C3DC is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 195 | 220 | - |
| CMYK | 0.71 | 0.11 | 0 | 0.14 |
| HSL | 189.62º | 0.69% | 0.56% | - |
| HSV(B) | 189.62º | 0.71% | 0.86% | - |
| XYZ | 34.55 | 45.29 | 74.63 | - |
| YUV | 158.68 | 162.6 | 60.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 195 | 220 | 0.71 | 0.11 | 0 | 0.14 | 189.62 | 0.69 | 0.56 |
| Hex | 40 | C3 | DC | 47 | B | 0 | E | BE | 45 | 38 |
| Octal | 100 | 303 | 334 | 107 | 13 | 0 | 16 | 276 | 105 | 70 |
| Binary | 1000000 | 11000011 | 11011100 | 1000111 | 1011 | 0 | 1110 | 10111110 | 1000101 | 111000 |
Color Harmonies of #40C3DC
Complementary color
Monochromatic Colors of #40C3DC
Black with #40C3DC
Text Example
Text Example
White with #40C3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C3DC; }
p { color: rgb(64,195,220); }
H1.HeaderClassName
{
color: #40C3DC;
}
.AnyTagClassName
{
color: #40C3DC;
}
</style>
background-color css
<style>
a { background-color: #40C3DC; }
a { background-color: rgb(64,195,220); }
div.DivClassName
{
background-color: #40C3DC;
}
.BgClassName
{
background-color: #40C3DC;
}
</style>
border-color css
<style>
span { border-color: #40C3DC; }
span { border-color: rgb(64,195,220); }
td.TdClassName
{
border-color: #40C3DC;
}
.TagClassName
{
border-color: #40C3DC;
}
</style>