Shades of Summer Sky #40B7DA
Tints of Summer Sky #40B7DA
RGB
CMYK
RGB Variations
Color information
#40B7DA (or 0x40B7DA) is known color: Summer Sky. HEX triplet: 40, B7 and DA. RGB value is (64,183,218). Sum of RGB (Red+Green+Blue) = 64+183+218=465 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.76% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #40B7DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40B7DA is #BF4825. Grayscale: #979797. Windows color (decimal): -12535846 or 14333760. OLE color: 14333760.
HSL color Cylindrical-coordinate representation of color #40B7DA: hue angle of 193.64º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40B7DA is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 183 | 218 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.15 |
| HSL | 193.64º | 0.68% | 0.55% | - |
| HSV(B) | 193.64º | 0.71% | 0.85% | - |
| XYZ | 31.7 | 40.02 | 72.38 | - |
| YUV | 151.41 | 165.58 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 183 | 218 | 0.71 | 0.16 | 0 | 0.15 | 193.64 | 0.68 | 0.55 |
| Hex | 40 | B7 | DA | 47 | 10 | 0 | F | C2 | 44 | 37 |
| Octal | 100 | 267 | 332 | 107 | 20 | 0 | 17 | 302 | 104 | 67 |
| Binary | 1000000 | 10110111 | 11011010 | 1000111 | 10000 | 0 | 1111 | 11000010 | 1000100 | 110111 |
Color Harmonies of #40B7DA
Complementary color
Monochromatic Colors of #40B7DA
Black with #40B7DA
Text Example
Text Example
White with #40B7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B7DA; }
p { color: rgb(64,183,218); }
H1.HeaderClassName
{
color: #40B7DA;
}
.AnyTagClassName
{
color: #40B7DA;
}
</style>
background-color css
<style>
a { background-color: #40B7DA; }
a { background-color: rgb(64,183,218); }
div.DivClassName
{
background-color: #40B7DA;
}
.BgClassName
{
background-color: #40B7DA;
}
</style>
border-color css
<style>
span { border-color: #40B7DA; }
span { border-color: rgb(64,183,218); }
td.TdClassName
{
border-color: #40B7DA;
}
.TagClassName
{
border-color: #40B7DA;
}
</style>