Shades of Summer Sky #47A8E1
Tints of Summer Sky #47A8E1
RGB
CMYK
RGB Variations
Color information
#47A8E1 (or 0x47A8E1) is known color: Summer Sky. HEX triplet: 47, A8 and E1. RGB value is (71,168,225). Sum of RGB (Red+Green+Blue) = 71+168+225=464 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.30% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #47A8E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A8E1 is #B8571E. Grayscale: #919191. Windows color (decimal): -12080927 or 14788679. OLE color: 14788679.
HSL color Cylindrical-coordinate representation of color #47A8E1: hue angle of 202.21º 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 #47A8E1 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 168 | 225 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.12 |
| HSL | 202.21º | 0.72% | 0.58% | - |
| HSV(B) | 202.21º | 0.68% | 0.88% | - |
| XYZ | 30.19 | 34.78 | 76.36 | - |
| YUV | 145.5 | 172.86 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 168 | 225 | 0.68 | 0.25 | 0 | 0.12 | 202.21 | 0.72 | 0.58 |
| Hex | 47 | A8 | E1 | 44 | 19 | 0 | C | CA | 48 | 3A |
| Octal | 107 | 250 | 341 | 104 | 31 | 0 | 14 | 312 | 110 | 72 |
| Binary | 1000111 | 10101000 | 11100001 | 1000100 | 11001 | 0 | 1100 | 11001010 | 1001000 | 111010 |
Color Harmonies of #47A8E1
Complementary color
Monochromatic Colors of #47A8E1
Black with #47A8E1
Text Example
Text Example
White with #47A8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A8E1; }
p { color: rgb(71,168,225); }
H1.HeaderClassName
{
color: #47A8E1;
}
.AnyTagClassName
{
color: #47A8E1;
}
</style>
background-color css
<style>
a { background-color: #47A8E1; }
a { background-color: rgb(71,168,225); }
div.DivClassName
{
background-color: #47A8E1;
}
.BgClassName
{
background-color: #47A8E1;
}
</style>
border-color css
<style>
span { border-color: #47A8E1; }
span { border-color: rgb(71,168,225); }
td.TdClassName
{
border-color: #47A8E1;
}
.TagClassName
{
border-color: #47A8E1;
}
</style>