Shades of Summer Sky #42AADE
Tints of Summer Sky #42AADE
RGB
CMYK
RGB Variations
Color information
#42AADE (or 0x42AADE) is known color: Summer Sky. HEX triplet: 42, AA and DE. RGB value is (66,170,222). Sum of RGB (Red+Green+Blue) = 66+170+222=458 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.41% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #42AADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AADE is #BD5521. Grayscale: #909090. Windows color (decimal): -12408098 or 14592578. OLE color: 14592578.
HSL color Cylindrical-coordinate representation of color #42AADE: hue angle of 200º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42AADE is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 170 | 222 | - |
| CMYK | 0.70 | 0.23 | 0 | 0.13 |
| HSL | 200º | 0.7% | 0.56% | - |
| HSV(B) | 200º | 0.7% | 0.87% | - |
| XYZ | 29.81 | 35.18 | 74.33 | - |
| YUV | 144.83 | 171.54 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 170 | 222 | 0.70 | 0.23 | 0 | 0.13 | 200 | 0.7 | 0.56 |
| Hex | 42 | AA | DE | 46 | 17 | 0 | D | C8 | 46 | 38 |
| Octal | 102 | 252 | 336 | 106 | 27 | 0 | 15 | 310 | 106 | 70 |
| Binary | 1000010 | 10101010 | 11011110 | 1000110 | 10111 | 0 | 1101 | 11001000 | 1000110 | 111000 |
Color Harmonies of #42AADE
Complementary color
Monochromatic Colors of #42AADE
Black with #42AADE
Text Example
Text Example
White with #42AADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AADE; }
p { color: rgb(66,170,222); }
H1.HeaderClassName
{
color: #42AADE;
}
.AnyTagClassName
{
color: #42AADE;
}
</style>
background-color css
<style>
a { background-color: #42AADE; }
a { background-color: rgb(66,170,222); }
div.DivClassName
{
background-color: #42AADE;
}
.BgClassName
{
background-color: #42AADE;
}
</style>
border-color css
<style>
span { border-color: #42AADE; }
span { border-color: rgb(66,170,222); }
td.TdClassName
{
border-color: #42AADE;
}
.TagClassName
{
border-color: #42AADE;
}
</style>