Shades of Summer Sky #40ADEF
Tints of Summer Sky #40ADEF
RGB
CMYK
RGB Variations
Color information
#40ADEF (or 0x40ADEF) is known color: Summer Sky. HEX triplet: 40, AD and EF. RGB value is (64,173,239). Sum of RGB (Red+Green+Blue) = 64+173+239=476 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.45% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #40ADEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40ADEF is #BF5210. Grayscale: #939393. Windows color (decimal): -12538385 or 15707456. OLE color: 15707456.
HSL color Cylindrical-coordinate representation of color #40ADEF: hue angle of 202.63º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40ADEF is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 173 | 239 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.06 |
| HSL | 202.63º | 0.85% | 0.59% | - |
| HSV(B) | 202.63º | 0.73% | 0.94% | - |
| XYZ | 32.64 | 37.21 | 87.12 | - |
| YUV | 147.93 | 179.39 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 239 | 0.73 | 0.28 | 0 | 0.06 | 202.63 | 0.85 | 0.59 |
| Hex | 40 | AD | EF | 49 | 1C | 0 | 6 | CB | 55 | 3B |
| Octal | 100 | 255 | 357 | 111 | 34 | 0 | 6 | 313 | 125 | 73 |
| Binary | 1000000 | 10101101 | 11101111 | 1001001 | 11100 | 0 | 110 | 11001011 | 1010101 | 111011 |
Color Harmonies of #40ADEF
Complementary color
Monochromatic Colors of #40ADEF
Black with #40ADEF
Text Example
Text Example
White with #40ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ADEF; }
p { color: rgb(64,173,239); }
H1.HeaderClassName
{
color: #40ADEF;
}
.AnyTagClassName
{
color: #40ADEF;
}
</style>
background-color css
<style>
a { background-color: #40ADEF; }
a { background-color: rgb(64,173,239); }
div.DivClassName
{
background-color: #40ADEF;
}
.BgClassName
{
background-color: #40ADEF;
}
</style>
border-color css
<style>
span { border-color: #40ADEF; }
span { border-color: rgb(64,173,239); }
td.TdClassName
{
border-color: #40ADEF;
}
.TagClassName
{
border-color: #40ADEF;
}
</style>