Shades of Summer Sky #42AAEC
Tints of Summer Sky #42AAEC
RGB
CMYK
RGB Variations
Color information
#42AAEC (or 0x42AAEC) is known color: Summer Sky. HEX triplet: 42, AA and EC. RGB value is (66,170,236). Sum of RGB (Red+Green+Blue) = 66+170+236=472 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.98% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #42AAEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42AAEC is #BD5513. Grayscale: #929292. Windows color (decimal): -12408084 or 15510082. OLE color: 15510082.
HSL color Cylindrical-coordinate representation of color #42AAEC: hue angle of 203.29º 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 #42AAEC is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 170 | 236 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.07 |
| HSL | 203.29º | 0.82% | 0.59% | - |
| HSV(B) | 203.29º | 0.72% | 0.93% | - |
| XYZ | 31.76 | 35.96 | 84.62 | - |
| YUV | 146.43 | 178.54 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 170 | 236 | 0.72 | 0.28 | 0 | 0.07 | 203.29 | 0.82 | 0.59 |
| Hex | 42 | AA | EC | 48 | 1C | 0 | 7 | CB | 52 | 3B |
| Octal | 102 | 252 | 354 | 110 | 34 | 0 | 7 | 313 | 122 | 73 |
| Binary | 1000010 | 10101010 | 11101100 | 1001000 | 11100 | 0 | 111 | 11001011 | 1010010 | 111011 |
Color Harmonies of #42AAEC
Complementary color
Monochromatic Colors of #42AAEC
Black with #42AAEC
Text Example
Text Example
White with #42AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AAEC; }
p { color: rgb(66,170,236); }
H1.HeaderClassName
{
color: #42AAEC;
}
.AnyTagClassName
{
color: #42AAEC;
}
</style>
background-color css
<style>
a { background-color: #42AAEC; }
a { background-color: rgb(66,170,236); }
div.DivClassName
{
background-color: #42AAEC;
}
.BgClassName
{
background-color: #42AAEC;
}
</style>
border-color css
<style>
span { border-color: #42AAEC; }
span { border-color: rgb(66,170,236); }
td.TdClassName
{
border-color: #42AAEC;
}
.TagClassName
{
border-color: #42AAEC;
}
</style>