Shades of Summer Sky #47AAEC
Tints of Summer Sky #47AAEC
RGB
CMYK
RGB Variations
Color information
#47AAEC (or 0x47AAEC) is known color: Summer Sky. HEX triplet: 47, AA and EC. RGB value is (71,170,236). Sum of RGB (Red+Green+Blue) = 71+170+236=477 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.88% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #47AAEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47AAEC is #B85513. Grayscale: #939393. Windows color (decimal): -12080404 or 15510087. OLE color: 15510087.
HSL color Cylindrical-coordinate representation of color #47AAEC: hue angle of 204º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47AAEC is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 170 | 236 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.07 |
| HSL | 204º | 0.81% | 0.6% | - |
| HSV(B) | 204º | 0.7% | 0.93% | - |
| XYZ | 32.11 | 36.15 | 84.64 | - |
| YUV | 147.92 | 177.7 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 170 | 236 | 0.70 | 0.28 | 0 | 0.07 | 204 | 0.81 | 0.6 |
| Hex | 47 | AA | EC | 46 | 1C | 0 | 7 | CC | 51 | 3C |
| Octal | 107 | 252 | 354 | 106 | 34 | 0 | 7 | 314 | 121 | 74 |
| Binary | 1000111 | 10101010 | 11101100 | 1000110 | 11100 | 0 | 111 | 11001100 | 1010001 | 111100 |
Color Harmonies of #47AAEC
Complementary color
Monochromatic Colors of #47AAEC
Black with #47AAEC
Text Example
Text Example
White with #47AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AAEC; }
p { color: rgb(71,170,236); }
H1.HeaderClassName
{
color: #47AAEC;
}
.AnyTagClassName
{
color: #47AAEC;
}
</style>
background-color css
<style>
a { background-color: #47AAEC; }
a { background-color: rgb(71,170,236); }
div.DivClassName
{
background-color: #47AAEC;
}
.BgClassName
{
background-color: #47AAEC;
}
</style>
border-color css
<style>
span { border-color: #47AAEC; }
span { border-color: rgb(71,170,236); }
td.TdClassName
{
border-color: #47AAEC;
}
.TagClassName
{
border-color: #47AAEC;
}
</style>