Shades of Summer Sky #40ADEC
Tints of Summer Sky #40ADEC
RGB
CMYK
RGB Variations
Color information
#40ADEC (or 0x40ADEC) is known color: Summer Sky. HEX triplet: 40, AD and EC. RGB value is (64,173,236). Sum of RGB (Red+Green+Blue) = 64+173+236=473 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.53% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #40ADEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40ADEC is #BF5213. Grayscale: #939393. Windows color (decimal): -12538388 or 15510848. OLE color: 15510848.
HSL color Cylindrical-coordinate representation of color #40ADEC: hue angle of 201.98º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40ADEC is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 173 | 236 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.07 |
| HSL | 201.98º | 0.82% | 0.59% | - |
| HSV(B) | 201.98º | 0.73% | 0.93% | - |
| XYZ | 32.2 | 37.03 | 84.81 | - |
| YUV | 147.59 | 177.89 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 236 | 0.73 | 0.27 | 0 | 0.07 | 201.98 | 0.82 | 0.59 |
| Hex | 40 | AD | EC | 49 | 1B | 0 | 7 | CA | 52 | 3B |
| Octal | 100 | 255 | 354 | 111 | 33 | 0 | 7 | 312 | 122 | 73 |
| Binary | 1000000 | 10101101 | 11101100 | 1001001 | 11011 | 0 | 111 | 11001010 | 1010010 | 111011 |
Color Harmonies of #40ADEC
Complementary color
Monochromatic Colors of #40ADEC
Black with #40ADEC
Text Example
Text Example
White with #40ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ADEC; }
p { color: rgb(64,173,236); }
H1.HeaderClassName
{
color: #40ADEC;
}
.AnyTagClassName
{
color: #40ADEC;
}
</style>
background-color css
<style>
a { background-color: #40ADEC; }
a { background-color: rgb(64,173,236); }
div.DivClassName
{
background-color: #40ADEC;
}
.BgClassName
{
background-color: #40ADEC;
}
</style>
border-color css
<style>
span { border-color: #40ADEC; }
span { border-color: rgb(64,173,236); }
td.TdClassName
{
border-color: #40ADEC;
}
.TagClassName
{
border-color: #40ADEC;
}
</style>