Shades of Summer Sky #40ADEA
Tints of Summer Sky #40ADEA
RGB
CMYK
RGB Variations
Color information
#40ADEA (or 0x40ADEA) is known color: Summer Sky. HEX triplet: 40, AD and EA. RGB value is (64,173,234). Sum of RGB (Red+Green+Blue) = 64+173+234=471 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.59% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #40ADEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40ADEA is #BF5215. Grayscale: #939393. Windows color (decimal): -12538390 or 15379776. OLE color: 15379776.
HSL color Cylindrical-coordinate representation of color #40ADEA: hue angle of 201.53º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40ADEA is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 173 | 234 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.08 |
| HSL | 201.53º | 0.8% | 0.58% | - |
| HSV(B) | 201.53º | 0.73% | 0.92% | - |
| XYZ | 31.91 | 36.92 | 83.29 | - |
| YUV | 147.36 | 176.89 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 234 | 0.73 | 0.26 | 0 | 0.08 | 201.53 | 0.8 | 0.58 |
| Hex | 40 | AD | EA | 49 | 1A | 0 | 8 | CA | 50 | 3A |
| Octal | 100 | 255 | 352 | 111 | 32 | 0 | 10 | 312 | 120 | 72 |
| Binary | 1000000 | 10101101 | 11101010 | 1001001 | 11010 | 0 | 1000 | 11001010 | 1010000 | 111010 |
Color Harmonies of #40ADEA
Complementary color
Monochromatic Colors of #40ADEA
Black with #40ADEA
Text Example
Text Example
White with #40ADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ADEA; }
p { color: rgb(64,173,234); }
H1.HeaderClassName
{
color: #40ADEA;
}
.AnyTagClassName
{
color: #40ADEA;
}
</style>
background-color css
<style>
a { background-color: #40ADEA; }
a { background-color: rgb(64,173,234); }
div.DivClassName
{
background-color: #40ADEA;
}
.BgClassName
{
background-color: #40ADEA;
}
</style>
border-color css
<style>
span { border-color: #40ADEA; }
span { border-color: rgb(64,173,234); }
td.TdClassName
{
border-color: #40ADEA;
}
.TagClassName
{
border-color: #40ADEA;
}
</style>