Shades of Summer Sky #40ADF0
Tints of Summer Sky #40ADF0
RGB
CMYK
RGB Variations
Color information
#40ADF0 (or 0x40ADF0) is known color: Summer Sky. HEX triplet: 40, AD and F0. RGB value is (64,173,240). Sum of RGB (Red+Green+Blue) = 64+173+240=477 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.42% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 240 (94.14% from 255 or 50.31% from 477); Max value from RGB is 240 - color contains mainly: blue. Hex color #40ADF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40ADF0 is #BF520F. Grayscale: #939393. Windows color (decimal): -12538384 or 15772992. OLE color: 15772992.
HSL color Cylindrical-coordinate representation of color #40ADF0: hue angle of 202.84º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40ADF0 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 173 | 240 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.06 |
| HSL | 202.84º | 0.85% | 0.6% | - |
| HSV(B) | 202.84º | 0.73% | 0.94% | - |
| XYZ | 32.79 | 37.27 | 87.9 | - |
| YUV | 148.05 | 179.89 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 240 | 0.73 | 0.28 | 0 | 0.06 | 202.84 | 0.85 | 0.6 |
| Hex | 40 | AD | F0 | 49 | 1C | 0 | 6 | CB | 55 | 3C |
| Octal | 100 | 255 | 360 | 111 | 34 | 0 | 6 | 313 | 125 | 74 |
| Binary | 1000000 | 10101101 | 11110000 | 1001001 | 11100 | 0 | 110 | 11001011 | 1010101 | 111100 |
Color Harmonies of #40ADF0
Complementary color
Monochromatic Colors of #40ADF0
Black with #40ADF0
Text Example
Text Example
White with #40ADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ADF0; }
p { color: rgb(64,173,240); }
H1.HeaderClassName
{
color: #40ADF0;
}
.AnyTagClassName
{
color: #40ADF0;
}
</style>
background-color css
<style>
a { background-color: #40ADF0; }
a { background-color: rgb(64,173,240); }
div.DivClassName
{
background-color: #40ADF0;
}
.BgClassName
{
background-color: #40ADF0;
}
</style>
border-color css
<style>
span { border-color: #40ADF0; }
span { border-color: rgb(64,173,240); }
td.TdClassName
{
border-color: #40ADF0;
}
.TagClassName
{
border-color: #40ADF0;
}
</style>