Shades of Summer Sky #40ADDA
Tints of Summer Sky #40ADDA
RGB
CMYK
RGB Variations
Color information
#40ADDA (or 0x40ADDA) is known color: Summer Sky. HEX triplet: 40, AD and DA. RGB value is (64,173,218). Sum of RGB (Red+Green+Blue) = 64+173+218=455 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.07% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #40ADDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ADDA is #BF5225. Grayscale: #919191. Windows color (decimal): -12538406 or 14331200. OLE color: 14331200.
HSL color Cylindrical-coordinate representation of color #40ADDA: hue angle of 197.53º 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 #40ADDA is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 173 | 218 | - |
| CMYK | 0.71 | 0.21 | 0 | 0.15 |
| HSL | 197.53º | 0.68% | 0.55% | - |
| HSV(B) | 197.53º | 0.71% | 0.85% | - |
| XYZ | 29.71 | 36.04 | 71.72 | - |
| YUV | 145.54 | 168.89 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 218 | 0.71 | 0.21 | 0 | 0.15 | 197.53 | 0.68 | 0.55 |
| Hex | 40 | AD | DA | 47 | 15 | 0 | F | C6 | 44 | 37 |
| Octal | 100 | 255 | 332 | 107 | 25 | 0 | 17 | 306 | 104 | 67 |
| Binary | 1000000 | 10101101 | 11011010 | 1000111 | 10101 | 0 | 1111 | 11000110 | 1000100 | 110111 |
Color Harmonies of #40ADDA
Complementary color
Monochromatic Colors of #40ADDA
Black with #40ADDA
Text Example
Text Example
White with #40ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ADDA; }
p { color: rgb(64,173,218); }
H1.HeaderClassName
{
color: #40ADDA;
}
.AnyTagClassName
{
color: #40ADDA;
}
</style>
background-color css
<style>
a { background-color: #40ADDA; }
a { background-color: rgb(64,173,218); }
div.DivClassName
{
background-color: #40ADDA;
}
.BgClassName
{
background-color: #40ADDA;
}
</style>
border-color css
<style>
span { border-color: #40ADDA; }
span { border-color: rgb(64,173,218); }
td.TdClassName
{
border-color: #40ADDA;
}
.TagClassName
{
border-color: #40ADDA;
}
</style>