Shades of Summer Sky #40A3DC
Tints of Summer Sky #40A3DC
RGB
CMYK
RGB Variations
Color information
#40A3DC (or 0x40A3DC) is known color: Summer Sky. HEX triplet: 40, A3 and DC. RGB value is (64,163,220). Sum of RGB (Red+Green+Blue) = 64+163+220=447 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.32% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #40A3DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A3DC is #BF5C23. Grayscale: #8B8B8B. Windows color (decimal): -12540964 or 14459712. OLE color: 14459712.
HSL color Cylindrical-coordinate representation of color #40A3DC: hue angle of 201.92º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40A3DC is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 163 | 220 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.14 |
| HSL | 201.92º | 0.69% | 0.56% | - |
| HSV(B) | 201.92º | 0.71% | 0.86% | - |
| XYZ | 28.13 | 32.45 | 72.49 | - |
| YUV | 139.9 | 173.2 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 163 | 220 | 0.71 | 0.26 | 0 | 0.14 | 201.92 | 0.69 | 0.56 |
| Hex | 40 | A3 | DC | 47 | 1A | 0 | E | CA | 45 | 38 |
| Octal | 100 | 243 | 334 | 107 | 32 | 0 | 16 | 312 | 105 | 70 |
| Binary | 1000000 | 10100011 | 11011100 | 1000111 | 11010 | 0 | 1110 | 11001010 | 1000101 | 111000 |
Color Harmonies of #40A3DC
Complementary color
Monochromatic Colors of #40A3DC
Black with #40A3DC
Text Example
Text Example
White with #40A3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A3DC; }
p { color: rgb(64,163,220); }
H1.HeaderClassName
{
color: #40A3DC;
}
.AnyTagClassName
{
color: #40A3DC;
}
</style>
background-color css
<style>
a { background-color: #40A3DC; }
a { background-color: rgb(64,163,220); }
div.DivClassName
{
background-color: #40A3DC;
}
.BgClassName
{
background-color: #40A3DC;
}
</style>
border-color css
<style>
span { border-color: #40A3DC; }
span { border-color: rgb(64,163,220); }
td.TdClassName
{
border-color: #40A3DC;
}
.TagClassName
{
border-color: #40A3DC;
}
</style>