Shades of Summer Sky #40C0DF
Tints of Summer Sky #40C0DF
RGB
CMYK
RGB Variations
Color information
#40C0DF (or 0x40C0DF) is known color: Summer Sky. HEX triplet: 40, C0 and DF. RGB value is (64,192,223). Sum of RGB (Red+Green+Blue) = 64+192+223=479 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.36% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #40C0DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C0DF is #BF3F20. Grayscale: #9D9D9D. Windows color (decimal): -12533537 or 14663744. OLE color: 14663744.
HSL color Cylindrical-coordinate representation of color #40C0DF: hue angle of 191.7º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40C0DF is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 192 | 223 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.13 |
| HSL | 191.7º | 0.71% | 0.56% | - |
| HSV(B) | 191.7º | 0.71% | 0.87% | - |
| XYZ | 34.28 | 44.12 | 76.52 | - |
| YUV | 157.26 | 165.09 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 223 | 0.71 | 0.14 | 0 | 0.13 | 191.7 | 0.71 | 0.56 |
| Hex | 40 | C0 | DF | 47 | E | 0 | D | C0 | 47 | 38 |
| Octal | 100 | 300 | 337 | 107 | 16 | 0 | 15 | 300 | 107 | 70 |
| Binary | 1000000 | 11000000 | 11011111 | 1000111 | 1110 | 0 | 1101 | 11000000 | 1000111 | 111000 |
Color Harmonies of #40C0DF
Complementary color
Monochromatic Colors of #40C0DF
Black with #40C0DF
Text Example
Text Example
White with #40C0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C0DF; }
p { color: rgb(64,192,223); }
H1.HeaderClassName
{
color: #40C0DF;
}
.AnyTagClassName
{
color: #40C0DF;
}
</style>
background-color css
<style>
a { background-color: #40C0DF; }
a { background-color: rgb(64,192,223); }
div.DivClassName
{
background-color: #40C0DF;
}
.BgClassName
{
background-color: #40C0DF;
}
</style>
border-color css
<style>
span { border-color: #40C0DF; }
span { border-color: rgb(64,192,223); }
td.TdClassName
{
border-color: #40C0DF;
}
.TagClassName
{
border-color: #40C0DF;
}
</style>