Shades of Summer Sky #40ADD2
Tints of Summer Sky #40ADD2
RGB
CMYK
RGB Variations
Color information
#40ADD2 (or 0x40ADD2) is known color: Summer Sky. HEX triplet: 40, AD and D2. RGB value is (64,173,210). Sum of RGB (Red+Green+Blue) = 64+173+210=447 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.32% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 210 - color contains mainly: blue. Hex color #40ADD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ADD2 is #BF522D. Grayscale: #909090. Windows color (decimal): -12538414 or 13806912. OLE color: 13806912.
HSL color Cylindrical-coordinate representation of color #40ADD2: hue angle of 195.21º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40ADD2 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 173 | 210 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.18 |
| HSL | 195.21º | 0.62% | 0.54% | - |
| HSV(B) | 195.21º | 0.7% | 0.82% | - |
| XYZ | 28.69 | 35.63 | 66.34 | - |
| YUV | 144.63 | 164.89 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 210 | 0.70 | 0.18 | 0 | 0.18 | 195.21 | 0.62 | 0.54 |
| Hex | 40 | AD | D2 | 46 | 12 | 0 | 12 | C3 | 3E | 36 |
| Octal | 100 | 255 | 322 | 106 | 22 | 0 | 22 | 303 | 76 | 66 |
| Binary | 1000000 | 10101101 | 11010010 | 1000110 | 10010 | 0 | 10010 | 11000011 | 111110 | 110110 |
Color Harmonies of #40ADD2
Complementary color
Monochromatic Colors of #40ADD2
Black with #40ADD2
Text Example
Text Example
White with #40ADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ADD2; }
p { color: rgb(64,173,210); }
H1.HeaderClassName
{
color: #40ADD2;
}
.AnyTagClassName
{
color: #40ADD2;
}
</style>
background-color css
<style>
a { background-color: #40ADD2; }
a { background-color: rgb(64,173,210); }
div.DivClassName
{
background-color: #40ADD2;
}
.BgClassName
{
background-color: #40ADD2;
}
</style>
border-color css
<style>
span { border-color: #40ADD2; }
span { border-color: rgb(64,173,210); }
td.TdClassName
{
border-color: #40ADD2;
}
.TagClassName
{
border-color: #40ADD2;
}
</style>