Shades of Summer Sky #47A9E1
Tints of Summer Sky #47A9E1
RGB
CMYK
RGB Variations
Color information
#47A9E1 (or 0x47A9E1) is known color: Summer Sky. HEX triplet: 47, A9 and E1. RGB value is (71,169,225). Sum of RGB (Red+Green+Blue) = 71+169+225=465 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.27% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 225 (88.28% from 255 or 48.39% from 465); Max value from RGB is 225 - color contains mainly: blue. Hex color #47A9E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A9E1 is #B8561E. Grayscale: #919191. Windows color (decimal): -12080671 or 14788935. OLE color: 14788935.
HSL color Cylindrical-coordinate representation of color #47A9E1: hue angle of 201.82º degrees, saturation: 0.72, 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 #47A9E1 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 169 | 225 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.12 |
| HSL | 201.82º | 0.72% | 0.58% | - |
| HSV(B) | 201.82º | 0.68% | 0.88% | - |
| XYZ | 30.38 | 35.15 | 76.42 | - |
| YUV | 146.08 | 172.53 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 169 | 225 | 0.68 | 0.25 | 0 | 0.12 | 201.82 | 0.72 | 0.58 |
| Hex | 47 | A9 | E1 | 44 | 19 | 0 | C | CA | 48 | 3A |
| Octal | 107 | 251 | 341 | 104 | 31 | 0 | 14 | 312 | 110 | 72 |
| Binary | 1000111 | 10101001 | 11100001 | 1000100 | 11001 | 0 | 1100 | 11001010 | 1001000 | 111010 |
Color Harmonies of #47A9E1
Complementary color
Monochromatic Colors of #47A9E1
Black with #47A9E1
Text Example
Text Example
White with #47A9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A9E1; }
p { color: rgb(71,169,225); }
H1.HeaderClassName
{
color: #47A9E1;
}
.AnyTagClassName
{
color: #47A9E1;
}
</style>
background-color css
<style>
a { background-color: #47A9E1; }
a { background-color: rgb(71,169,225); }
div.DivClassName
{
background-color: #47A9E1;
}
.BgClassName
{
background-color: #47A9E1;
}
</style>
border-color css
<style>
span { border-color: #47A9E1; }
span { border-color: rgb(71,169,225); }
td.TdClassName
{
border-color: #47A9E1;
}
.TagClassName
{
border-color: #47A9E1;
}
</style>