Shades of Summer Sky #42A1EC
Tints of Summer Sky #42A1EC
RGB
CMYK
RGB Variations
Color information
#42A1EC (or 0x42A1EC) is known color: Summer Sky. HEX triplet: 42, A1 and EC. RGB value is (66,161,236). Sum of RGB (Red+Green+Blue) = 66+161+236=463 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.25% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #42A1EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A1EC is #BD5E13. Grayscale: #8C8C8C. Windows color (decimal): -12410388 or 15507778. OLE color: 15507778.
HSL color Cylindrical-coordinate representation of color #42A1EC: hue angle of 206.47º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42A1EC is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 161 | 236 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.07 |
| HSL | 206.47º | 0.82% | 0.59% | - |
| HSV(B) | 206.47º | 0.72% | 0.93% | - |
| XYZ | 30.13 | 32.7 | 84.08 | - |
| YUV | 141.15 | 181.53 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 161 | 236 | 0.72 | 0.32 | 0 | 0.07 | 206.47 | 0.82 | 0.59 |
| Hex | 42 | A1 | EC | 48 | 20 | 0 | 7 | CE | 52 | 3B |
| Octal | 102 | 241 | 354 | 110 | 40 | 0 | 7 | 316 | 122 | 73 |
| Binary | 1000010 | 10100001 | 11101100 | 1001000 | 100000 | 0 | 111 | 11001110 | 1010010 | 111011 |
Color Harmonies of #42A1EC
Complementary color
Monochromatic Colors of #42A1EC
Black with #42A1EC
Text Example
Text Example
White with #42A1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A1EC; }
p { color: rgb(66,161,236); }
H1.HeaderClassName
{
color: #42A1EC;
}
.AnyTagClassName
{
color: #42A1EC;
}
</style>
background-color css
<style>
a { background-color: #42A1EC; }
a { background-color: rgb(66,161,236); }
div.DivClassName
{
background-color: #42A1EC;
}
.BgClassName
{
background-color: #42A1EC;
}
</style>
border-color css
<style>
span { border-color: #42A1EC; }
span { border-color: rgb(66,161,236); }
td.TdClassName
{
border-color: #42A1EC;
}
.TagClassName
{
border-color: #42A1EC;
}
</style>