Shades of Summer Sky #40BCDC
Tints of Summer Sky #40BCDC
RGB
CMYK
RGB Variations
Color information
#40BCDC (or 0x40BCDC) is known color: Summer Sky. HEX triplet: 40, BC and DC. RGB value is (64,188,220). Sum of RGB (Red+Green+Blue) = 64+188+220=472 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.56% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #40BCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BCDC is #BF4323. Grayscale: #9A9A9A. Windows color (decimal): -12534564 or 14466112. OLE color: 14466112.
HSL color Cylindrical-coordinate representation of color #40BCDC: hue angle of 192.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40BCDC is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 188 | 220 | - |
| CMYK | 0.71 | 0.15 | 0 | 0.14 |
| HSL | 192.31º | 0.69% | 0.56% | - |
| HSV(B) | 192.31º | 0.71% | 0.86% | - |
| XYZ | 33.02 | 42.22 | 74.12 | - |
| YUV | 154.57 | 164.92 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 220 | 0.71 | 0.15 | 0 | 0.14 | 192.31 | 0.69 | 0.56 |
| Hex | 40 | BC | DC | 47 | F | 0 | E | C0 | 45 | 38 |
| Octal | 100 | 274 | 334 | 107 | 17 | 0 | 16 | 300 | 105 | 70 |
| Binary | 1000000 | 10111100 | 11011100 | 1000111 | 1111 | 0 | 1110 | 11000000 | 1000101 | 111000 |
Color Harmonies of #40BCDC
Complementary color
Monochromatic Colors of #40BCDC
Black with #40BCDC
Text Example
Text Example
White with #40BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BCDC; }
p { color: rgb(64,188,220); }
H1.HeaderClassName
{
color: #40BCDC;
}
.AnyTagClassName
{
color: #40BCDC;
}
</style>
background-color css
<style>
a { background-color: #40BCDC; }
a { background-color: rgb(64,188,220); }
div.DivClassName
{
background-color: #40BCDC;
}
.BgClassName
{
background-color: #40BCDC;
}
</style>
border-color css
<style>
span { border-color: #40BCDC; }
span { border-color: rgb(64,188,220); }
td.TdClassName
{
border-color: #40BCDC;
}
.TagClassName
{
border-color: #40BCDC;
}
</style>