Shades of Summer Sky #40BDD5
Tints of Summer Sky #40BDD5
RGB
CMYK
RGB Variations
Color information
#40BDD5 (or 0x40BDD5) is known color: Summer Sky. HEX triplet: 40, BD and D5. RGB value is (64,189,213). Sum of RGB (Red+Green+Blue) = 64+189+213=466 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.73% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 213 - color contains mainly: blue. Hex color #40BDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BDD5 is #BF422A. Grayscale: #9A9A9A. Windows color (decimal): -12534315 or 14007616. OLE color: 14007616.
HSL color Cylindrical-coordinate representation of color #40BDD5: hue angle of 189.66º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40BDD5 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 189 | 213 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.16 |
| HSL | 189.66º | 0.64% | 0.54% | - |
| HSV(B) | 189.66º | 0.7% | 0.84% | - |
| XYZ | 32.32 | 42.29 | 69.41 | - |
| YUV | 154.36 | 161.09 | 63.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 189 | 213 | 0.70 | 0.11 | 0 | 0.16 | 189.66 | 0.64 | 0.54 |
| Hex | 40 | BD | D5 | 46 | B | 0 | 10 | BE | 40 | 36 |
| Octal | 100 | 275 | 325 | 106 | 13 | 0 | 20 | 276 | 100 | 66 |
| Binary | 1000000 | 10111101 | 11010101 | 1000110 | 1011 | 0 | 10000 | 10111110 | 1000000 | 110110 |
Color Harmonies of #40BDD5
Complementary color
Monochromatic Colors of #40BDD5
Black with #40BDD5
Text Example
Text Example
White with #40BDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BDD5; }
p { color: rgb(64,189,213); }
H1.HeaderClassName
{
color: #40BDD5;
}
.AnyTagClassName
{
color: #40BDD5;
}
</style>
background-color css
<style>
a { background-color: #40BDD5; }
a { background-color: rgb(64,189,213); }
div.DivClassName
{
background-color: #40BDD5;
}
.BgClassName
{
background-color: #40BDD5;
}
</style>
border-color css
<style>
span { border-color: #40BDD5; }
span { border-color: rgb(64,189,213); }
td.TdClassName
{
border-color: #40BDD5;
}
.TagClassName
{
border-color: #40BDD5;
}
</style>