Shades of Summer Sky #40B7D6
Tints of Summer Sky #40B7D6
RGB
CMYK
RGB Variations
Color information
#40B7D6 (or 0x40B7D6) is known color: Summer Sky. HEX triplet: 40, B7 and D6. RGB value is (64,183,214). Sum of RGB (Red+Green+Blue) = 64+183+214=461 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.88% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 214 (83.98% from 255 or 46.42% from 461); Max value from RGB is 214 - color contains mainly: blue. Hex color #40B7D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40B7D6 is #BF4829. Grayscale: #969696. Windows color (decimal): -12535850 or 14071616. OLE color: 14071616.
HSL color Cylindrical-coordinate representation of color #40B7D6: hue angle of 192.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40B7D6 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 183 | 214 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.16 |
| HSL | 192.4º | 0.65% | 0.55% | - |
| HSV(B) | 192.4º | 0.7% | 0.84% | - |
| XYZ | 31.19 | 39.81 | 69.66 | - |
| YUV | 150.95 | 163.58 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 183 | 214 | 0.70 | 0.14 | 0 | 0.16 | 192.4 | 0.65 | 0.55 |
| Hex | 40 | B7 | D6 | 46 | E | 0 | 10 | C0 | 41 | 37 |
| Octal | 100 | 267 | 326 | 106 | 16 | 0 | 20 | 300 | 101 | 67 |
| Binary | 1000000 | 10110111 | 11010110 | 1000110 | 1110 | 0 | 10000 | 11000000 | 1000001 | 110111 |
Color Harmonies of #40B7D6
Complementary color
Monochromatic Colors of #40B7D6
Black with #40B7D6
Text Example
Text Example
White with #40B7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B7D6; }
p { color: rgb(64,183,214); }
H1.HeaderClassName
{
color: #40B7D6;
}
.AnyTagClassName
{
color: #40B7D6;
}
</style>
background-color css
<style>
a { background-color: #40B7D6; }
a { background-color: rgb(64,183,214); }
div.DivClassName
{
background-color: #40B7D6;
}
.BgClassName
{
background-color: #40B7D6;
}
</style>
border-color css
<style>
span { border-color: #40B7D6; }
span { border-color: rgb(64,183,214); }
td.TdClassName
{
border-color: #40B7D6;
}
.TagClassName
{
border-color: #40B7D6;
}
</style>