Shades of Summer Sky #40BCD5
Tints of Summer Sky #40BCD5
RGB
CMYK
RGB Variations
Color information
#40BCD5 (or 0x40BCD5) is known color: Summer Sky. HEX triplet: 40, BC and D5. RGB value is (64,188,213). Sum of RGB (Red+Green+Blue) = 64+188+213=465 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.76% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 213 - color contains mainly: blue. Hex color #40BCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BCD5 is #BF432A. Grayscale: #999999. Windows color (decimal): -12534571 or 14007360. OLE color: 14007360.
HSL color Cylindrical-coordinate representation of color #40BCD5: hue angle of 190.07º 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 #40BCD5 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 188 | 213 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.16 |
| HSL | 190.07º | 0.64% | 0.54% | - |
| HSV(B) | 190.07º | 0.7% | 0.84% | - |
| XYZ | 32.11 | 41.86 | 69.34 | - |
| YUV | 153.77 | 161.42 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 213 | 0.70 | 0.12 | 0 | 0.16 | 190.07 | 0.64 | 0.54 |
| Hex | 40 | BC | D5 | 46 | C | 0 | 10 | BE | 40 | 36 |
| Octal | 100 | 274 | 325 | 106 | 14 | 0 | 20 | 276 | 100 | 66 |
| Binary | 1000000 | 10111100 | 11010101 | 1000110 | 1100 | 0 | 10000 | 10111110 | 1000000 | 110110 |
Color Harmonies of #40BCD5
Complementary color
Monochromatic Colors of #40BCD5
Black with #40BCD5
Text Example
Text Example
White with #40BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BCD5; }
p { color: rgb(64,188,213); }
H1.HeaderClassName
{
color: #40BCD5;
}
.AnyTagClassName
{
color: #40BCD5;
}
</style>
background-color css
<style>
a { background-color: #40BCD5; }
a { background-color: rgb(64,188,213); }
div.DivClassName
{
background-color: #40BCD5;
}
.BgClassName
{
background-color: #40BCD5;
}
</style>
border-color css
<style>
span { border-color: #40BCD5; }
span { border-color: rgb(64,188,213); }
td.TdClassName
{
border-color: #40BCD5;
}
.TagClassName
{
border-color: #40BCD5;
}
</style>