Shades of Summer Sky #40BADD
Tints of Summer Sky #40BADD
RGB
CMYK
RGB Variations
Color information
#40BADD (or 0x40BADD) is known color: Summer Sky. HEX triplet: 40, BA and DD. RGB value is (64,186,221). Sum of RGB (Red+Green+Blue) = 64+186+221=471 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.59% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #40BADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BADD is #BF4522. Grayscale: #999999. Windows color (decimal): -12535075 or 14531136. OLE color: 14531136.
HSL color Cylindrical-coordinate representation of color #40BADD: hue angle of 193.38º degrees, saturation: 0.7, 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 #40BADD is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 186 | 221 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.13 |
| HSL | 193.38º | 0.7% | 0.56% | - |
| HSV(B) | 193.38º | 0.71% | 0.87% | - |
| XYZ | 32.72 | 41.43 | 74.68 | - |
| YUV | 153.51 | 166.08 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 221 | 0.71 | 0.16 | 0 | 0.13 | 193.38 | 0.7 | 0.56 |
| Hex | 40 | BA | DD | 47 | 10 | 0 | D | C1 | 46 | 38 |
| Octal | 100 | 272 | 335 | 107 | 20 | 0 | 15 | 301 | 106 | 70 |
| Binary | 1000000 | 10111010 | 11011101 | 1000111 | 10000 | 0 | 1101 | 11000001 | 1000110 | 111000 |
Color Harmonies of #40BADD
Complementary color
Monochromatic Colors of #40BADD
Black with #40BADD
Text Example
Text Example
White with #40BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BADD; }
p { color: rgb(64,186,221); }
H1.HeaderClassName
{
color: #40BADD;
}
.AnyTagClassName
{
color: #40BADD;
}
</style>
background-color css
<style>
a { background-color: #40BADD; }
a { background-color: rgb(64,186,221); }
div.DivClassName
{
background-color: #40BADD;
}
.BgClassName
{
background-color: #40BADD;
}
</style>
border-color css
<style>
span { border-color: #40BADD; }
span { border-color: rgb(64,186,221); }
td.TdClassName
{
border-color: #40BADD;
}
.TagClassName
{
border-color: #40BADD;
}
</style>