Shades of Summer Sky #40A2DD
Tints of Summer Sky #40A2DD
RGB
CMYK
RGB Variations
Color information
#40A2DD (or 0x40A2DD) is known color: Summer Sky. HEX triplet: 40, A2 and DD. RGB value is (64,162,221). Sum of RGB (Red+Green+Blue) = 64+162+221=447 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.32% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #40A2DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A2DD is #BF5D22. Grayscale: #8B8B8B. Windows color (decimal): -12541219 or 14524992. OLE color: 14524992.
HSL color Cylindrical-coordinate representation of color #40A2DD: hue angle of 202.55º 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 #40A2DD is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 162 | 221 | - |
| CMYK | 0.71 | 0.27 | 0 | 0.13 |
| HSL | 202.55º | 0.7% | 0.56% | - |
| HSV(B) | 202.55º | 0.71% | 0.87% | - |
| XYZ | 28.09 | 32.15 | 73.13 | - |
| YUV | 139.42 | 174.03 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 162 | 221 | 0.71 | 0.27 | 0 | 0.13 | 202.55 | 0.7 | 0.56 |
| Hex | 40 | A2 | DD | 47 | 1B | 0 | D | CB | 46 | 38 |
| Octal | 100 | 242 | 335 | 107 | 33 | 0 | 15 | 313 | 106 | 70 |
| Binary | 1000000 | 10100010 | 11011101 | 1000111 | 11011 | 0 | 1101 | 11001011 | 1000110 | 111000 |
Color Harmonies of #40A2DD
Complementary color
Monochromatic Colors of #40A2DD
Black with #40A2DD
Text Example
Text Example
White with #40A2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A2DD; }
p { color: rgb(64,162,221); }
H1.HeaderClassName
{
color: #40A2DD;
}
.AnyTagClassName
{
color: #40A2DD;
}
</style>
background-color css
<style>
a { background-color: #40A2DD; }
a { background-color: rgb(64,162,221); }
div.DivClassName
{
background-color: #40A2DD;
}
.BgClassName
{
background-color: #40A2DD;
}
</style>
border-color css
<style>
span { border-color: #40A2DD; }
span { border-color: rgb(64,162,221); }
td.TdClassName
{
border-color: #40A2DD;
}
.TagClassName
{
border-color: #40A2DD;
}
</style>