Shades of Summer Sky #40A5DB
Tints of Summer Sky #40A5DB
RGB
CMYK
RGB Variations
Color information
#40A5DB (or 0x40A5DB) is known color: Summer Sky. HEX triplet: 40, A5 and DB. RGB value is (64,165,219). Sum of RGB (Red+Green+Blue) = 64+165+219=448 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.29% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #40A5DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A5DB is #BF5A24. Grayscale: #8C8C8C. Windows color (decimal): -12540453 or 14394688. OLE color: 14394688.
HSL color Cylindrical-coordinate representation of color #40A5DB: hue angle of 200.9º 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 #40A5DB is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 165 | 219 | - |
| CMYK | 0.71 | 0.25 | 0 | 0.14 |
| HSL | 200.9º | 0.68% | 0.55% | - |
| HSV(B) | 200.9º | 0.71% | 0.86% | - |
| XYZ | 28.36 | 33.11 | 71.92 | - |
| YUV | 140.96 | 172.04 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 165 | 219 | 0.71 | 0.25 | 0 | 0.14 | 200.9 | 0.68 | 0.55 |
| Hex | 40 | A5 | DB | 47 | 19 | 0 | E | C9 | 44 | 37 |
| Octal | 100 | 245 | 333 | 107 | 31 | 0 | 16 | 311 | 104 | 67 |
| Binary | 1000000 | 10100101 | 11011011 | 1000111 | 11001 | 0 | 1110 | 11001001 | 1000100 | 110111 |
Color Harmonies of #40A5DB
Complementary color
Monochromatic Colors of #40A5DB
Black with #40A5DB
Text Example
Text Example
White with #40A5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A5DB; }
p { color: rgb(64,165,219); }
H1.HeaderClassName
{
color: #40A5DB;
}
.AnyTagClassName
{
color: #40A5DB;
}
</style>
background-color css
<style>
a { background-color: #40A5DB; }
a { background-color: rgb(64,165,219); }
div.DivClassName
{
background-color: #40A5DB;
}
.BgClassName
{
background-color: #40A5DB;
}
</style>
border-color css
<style>
span { border-color: #40A5DB; }
span { border-color: rgb(64,165,219); }
td.TdClassName
{
border-color: #40A5DB;
}
.TagClassName
{
border-color: #40A5DB;
}
</style>