Shades of Summer Sky #40A6DA
Tints of Summer Sky #40A6DA
RGB
CMYK
RGB Variations
Color information
#40A6DA (or 0x40A6DA) is known color: Summer Sky. HEX triplet: 40, A6 and DA. RGB value is (64,166,218). Sum of RGB (Red+Green+Blue) = 64+166+218=448 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.29% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #40A6DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A6DA is #BF5925. Grayscale: #8D8D8D. Windows color (decimal): -12540198 or 14329408. OLE color: 14329408.
HSL color Cylindrical-coordinate representation of color #40A6DA: hue angle of 200.26º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40A6DA is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 166 | 218 | - |
| CMYK | 0.71 | 0.24 | 0 | 0.15 |
| HSL | 200.26º | 0.68% | 0.55% | - |
| HSV(B) | 200.26º | 0.71% | 0.85% | - |
| XYZ | 28.41 | 33.42 | 71.28 | - |
| YUV | 141.43 | 171.21 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 166 | 218 | 0.71 | 0.24 | 0 | 0.15 | 200.26 | 0.68 | 0.55 |
| Hex | 40 | A6 | DA | 47 | 18 | 0 | F | C8 | 44 | 37 |
| Octal | 100 | 246 | 332 | 107 | 30 | 0 | 17 | 310 | 104 | 67 |
| Binary | 1000000 | 10100110 | 11011010 | 1000111 | 11000 | 0 | 1111 | 11001000 | 1000100 | 110111 |
Color Harmonies of #40A6DA
Complementary color
Monochromatic Colors of #40A6DA
Black with #40A6DA
Text Example
Text Example
White with #40A6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A6DA; }
p { color: rgb(64,166,218); }
H1.HeaderClassName
{
color: #40A6DA;
}
.AnyTagClassName
{
color: #40A6DA;
}
</style>
background-color css
<style>
a { background-color: #40A6DA; }
a { background-color: rgb(64,166,218); }
div.DivClassName
{
background-color: #40A6DA;
}
.BgClassName
{
background-color: #40A6DA;
}
</style>
border-color css
<style>
span { border-color: #40A6DA; }
span { border-color: rgb(64,166,218); }
td.TdClassName
{
border-color: #40A6DA;
}
.TagClassName
{
border-color: #40A6DA;
}
</style>