Shades of Summer Sky #47AEE0
Tints of Summer Sky #47AEE0
RGB
CMYK
RGB Variations
Color information
#47AEE0 (or 0x47AEE0) is known color: Summer Sky. HEX triplet: 47, AE and E0. RGB value is (71,174,224). Sum of RGB (Red+Green+Blue) = 71+174+224=469 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.14% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 224 - color contains mainly: blue. Hex color #47AEE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AEE0 is #B8511F. Grayscale: #949494. Windows color (decimal): -12079392 or 14724679. OLE color: 14724679.
HSL color Cylindrical-coordinate representation of color #47AEE0: hue angle of 199.61º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47AEE0 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 174 | 224 | - |
| CMYK | 0.68 | 0.22 | 0 | 0.12 |
| HSL | 199.61º | 0.71% | 0.58% | - |
| HSV(B) | 199.61º | 0.68% | 0.88% | - |
| XYZ | 31.19 | 36.99 | 76.02 | - |
| YUV | 148.9 | 170.38 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 174 | 224 | 0.68 | 0.22 | 0 | 0.12 | 199.61 | 0.71 | 0.58 |
| Hex | 47 | AE | E0 | 44 | 16 | 0 | C | C8 | 47 | 3A |
| Octal | 107 | 256 | 340 | 104 | 26 | 0 | 14 | 310 | 107 | 72 |
| Binary | 1000111 | 10101110 | 11100000 | 1000100 | 10110 | 0 | 1100 | 11001000 | 1000111 | 111010 |
Color Harmonies of #47AEE0
Complementary color
Monochromatic Colors of #47AEE0
Black with #47AEE0
Text Example
Text Example
White with #47AEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AEE0; }
p { color: rgb(71,174,224); }
H1.HeaderClassName
{
color: #47AEE0;
}
.AnyTagClassName
{
color: #47AEE0;
}
</style>
background-color css
<style>
a { background-color: #47AEE0; }
a { background-color: rgb(71,174,224); }
div.DivClassName
{
background-color: #47AEE0;
}
.BgClassName
{
background-color: #47AEE0;
}
</style>
border-color css
<style>
span { border-color: #47AEE0; }
span { border-color: rgb(71,174,224); }
td.TdClassName
{
border-color: #47AEE0;
}
.TagClassName
{
border-color: #47AEE0;
}
</style>