Shades of Summer Sky #40A0DF
Tints of Summer Sky #40A0DF
RGB
CMYK
RGB Variations
Color information
#40A0DF (or 0x40A0DF) is known color: Summer Sky. HEX triplet: 40, A0 and DF. RGB value is (64,160,223). Sum of RGB (Red+Green+Blue) = 64+160+223=447 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.32% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #40A0DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A0DF is #BF5F20. Grayscale: #8A8A8A. Windows color (decimal): -12541729 or 14655552. OLE color: 14655552.
HSL color Cylindrical-coordinate representation of color #40A0DF: hue angle of 203.77º degrees, saturation: 0.71, 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 #40A0DF is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 160 | 223 | - |
| CMYK | 0.71 | 0.28 | 0 | 0.13 |
| HSL | 203.77º | 0.71% | 0.56% | - |
| HSV(B) | 203.77º | 0.71% | 0.87% | - |
| XYZ | 28 | 31.56 | 74.43 | - |
| YUV | 138.48 | 175.7 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 160 | 223 | 0.71 | 0.28 | 0 | 0.13 | 203.77 | 0.71 | 0.56 |
| Hex | 40 | A0 | DF | 47 | 1C | 0 | D | CC | 47 | 38 |
| Octal | 100 | 240 | 337 | 107 | 34 | 0 | 15 | 314 | 107 | 70 |
| Binary | 1000000 | 10100000 | 11011111 | 1000111 | 11100 | 0 | 1101 | 11001100 | 1000111 | 111000 |
Color Harmonies of #40A0DF
Complementary color
Monochromatic Colors of #40A0DF
Black with #40A0DF
Text Example
Text Example
White with #40A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A0DF; }
p { color: rgb(64,160,223); }
H1.HeaderClassName
{
color: #40A0DF;
}
.AnyTagClassName
{
color: #40A0DF;
}
</style>
background-color css
<style>
a { background-color: #40A0DF; }
a { background-color: rgb(64,160,223); }
div.DivClassName
{
background-color: #40A0DF;
}
.BgClassName
{
background-color: #40A0DF;
}
</style>
border-color css
<style>
span { border-color: #40A0DF; }
span { border-color: rgb(64,160,223); }
td.TdClassName
{
border-color: #40A0DF;
}
.TagClassName
{
border-color: #40A0DF;
}
</style>