Shades of Summer Sky #40BADE
Tints of Summer Sky #40BADE
RGB
CMYK
RGB Variations
Color information
#40BADE (or 0x40BADE) is known color: Summer Sky. HEX triplet: 40, BA and DE. RGB value is (64,186,222). Sum of RGB (Red+Green+Blue) = 64+186+222=472 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.56% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #40BADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BADE is #BF4521. Grayscale: #999999. Windows color (decimal): -12535074 or 14596672. OLE color: 14596672.
HSL color Cylindrical-coordinate representation of color #40BADE: hue angle of 193.67º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40BADE is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 186 | 222 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.13 |
| HSL | 193.67º | 0.71% | 0.56% | - |
| HSV(B) | 193.67º | 0.71% | 0.87% | - |
| XYZ | 32.86 | 41.48 | 75.38 | - |
| YUV | 153.63 | 166.58 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 222 | 0.71 | 0.16 | 0 | 0.13 | 193.67 | 0.71 | 0.56 |
| Hex | 40 | BA | DE | 47 | 10 | 0 | D | C2 | 47 | 38 |
| Octal | 100 | 272 | 336 | 107 | 20 | 0 | 15 | 302 | 107 | 70 |
| Binary | 1000000 | 10111010 | 11011110 | 1000111 | 10000 | 0 | 1101 | 11000010 | 1000111 | 111000 |
Color Harmonies of #40BADE
Complementary color
Monochromatic Colors of #40BADE
Black with #40BADE
Text Example
Text Example
White with #40BADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BADE; }
p { color: rgb(64,186,222); }
H1.HeaderClassName
{
color: #40BADE;
}
.AnyTagClassName
{
color: #40BADE;
}
</style>
background-color css
<style>
a { background-color: #40BADE; }
a { background-color: rgb(64,186,222); }
div.DivClassName
{
background-color: #40BADE;
}
.BgClassName
{
background-color: #40BADE;
}
</style>
border-color css
<style>
span { border-color: #40BADE; }
span { border-color: rgb(64,186,222); }
td.TdClassName
{
border-color: #40BADE;
}
.TagClassName
{
border-color: #40BADE;
}
</style>