Shades of Summer Sky #40AADB
Tints of Summer Sky #40AADB
RGB
CMYK
RGB Variations
Color information
#40AADB (or 0x40AADB) is known color: Summer Sky. HEX triplet: 40, AA and DB. RGB value is (64,170,219). Sum of RGB (Red+Green+Blue) = 64+170+219=453 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.13% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #40AADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AADB is #BF5524. Grayscale: #8F8F8F. Windows color (decimal): -12539173 or 14395968. OLE color: 14395968.
HSL color Cylindrical-coordinate representation of color #40AADB: hue angle of 198.97º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40AADB is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 170 | 219 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.14 |
| HSL | 198.97º | 0.68% | 0.55% | - |
| HSV(B) | 198.97º | 0.71% | 0.86% | - |
| XYZ | 29.28 | 34.95 | 72.22 | - |
| YUV | 143.89 | 170.38 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 170 | 219 | 0.71 | 0.22 | 0 | 0.14 | 198.97 | 0.68 | 0.55 |
| Hex | 40 | AA | DB | 47 | 16 | 0 | E | C7 | 44 | 37 |
| Octal | 100 | 252 | 333 | 107 | 26 | 0 | 16 | 307 | 104 | 67 |
| Binary | 1000000 | 10101010 | 11011011 | 1000111 | 10110 | 0 | 1110 | 11000111 | 1000100 | 110111 |
Color Harmonies of #40AADB
Complementary color
Monochromatic Colors of #40AADB
Black with #40AADB
Text Example
Text Example
White with #40AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AADB; }
p { color: rgb(64,170,219); }
H1.HeaderClassName
{
color: #40AADB;
}
.AnyTagClassName
{
color: #40AADB;
}
</style>
background-color css
<style>
a { background-color: #40AADB; }
a { background-color: rgb(64,170,219); }
div.DivClassName
{
background-color: #40AADB;
}
.BgClassName
{
background-color: #40AADB;
}
</style>
border-color css
<style>
span { border-color: #40AADB; }
span { border-color: rgb(64,170,219); }
td.TdClassName
{
border-color: #40AADB;
}
.TagClassName
{
border-color: #40AADB;
}
</style>