Shades of Summer Sky #40BCDA
Tints of Summer Sky #40BCDA
RGB
CMYK
RGB Variations
Color information
#40BCDA (or 0x40BCDA) is known color: Summer Sky. HEX triplet: 40, BC and DA. RGB value is (64,188,218). Sum of RGB (Red+Green+Blue) = 64+188+218=470 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.62% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #40BCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BCDA is #BF4325. Grayscale: #9A9A9A. Windows color (decimal): -12534566 or 14335040. OLE color: 14335040.
HSL color Cylindrical-coordinate representation of color #40BCDA: hue angle of 191.69º 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 #40BCDA is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 188 | 218 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.15 |
| HSL | 191.69º | 0.68% | 0.55% | - |
| HSV(B) | 191.69º | 0.71% | 0.85% | - |
| XYZ | 32.75 | 42.12 | 72.73 | - |
| YUV | 154.34 | 163.92 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 218 | 0.71 | 0.14 | 0 | 0.15 | 191.69 | 0.68 | 0.55 |
| Hex | 40 | BC | DA | 47 | E | 0 | F | C0 | 44 | 37 |
| Octal | 100 | 274 | 332 | 107 | 16 | 0 | 17 | 300 | 104 | 67 |
| Binary | 1000000 | 10111100 | 11011010 | 1000111 | 1110 | 0 | 1111 | 11000000 | 1000100 | 110111 |
Color Harmonies of #40BCDA
Complementary color
Monochromatic Colors of #40BCDA
Black with #40BCDA
Text Example
Text Example
White with #40BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BCDA; }
p { color: rgb(64,188,218); }
H1.HeaderClassName
{
color: #40BCDA;
}
.AnyTagClassName
{
color: #40BCDA;
}
</style>
background-color css
<style>
a { background-color: #40BCDA; }
a { background-color: rgb(64,188,218); }
div.DivClassName
{
background-color: #40BCDA;
}
.BgClassName
{
background-color: #40BCDA;
}
</style>
border-color css
<style>
span { border-color: #40BCDA; }
span { border-color: rgb(64,188,218); }
td.TdClassName
{
border-color: #40BCDA;
}
.TagClassName
{
border-color: #40BCDA;
}
</style>