Shades of Summer Sky #47A8EA
Tints of Summer Sky #47A8EA
RGB
CMYK
RGB Variations
Color information
#47A8EA (or 0x47A8EA) is known color: Summer Sky. HEX triplet: 47, A8 and EA. RGB value is (71,168,234). Sum of RGB (Red+Green+Blue) = 71+168+234=473 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.01% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #47A8EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47A8EA is #B85715. Grayscale: #929292. Windows color (decimal): -12080918 or 15378503. OLE color: 15378503.
HSL color Cylindrical-coordinate representation of color #47A8EA: hue angle of 204.29º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47A8EA is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 168 | 234 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.08 |
| HSL | 204.29º | 0.8% | 0.6% | - |
| HSV(B) | 204.29º | 0.7% | 0.92% | - |
| XYZ | 31.45 | 35.29 | 82.99 | - |
| YUV | 146.52 | 177.36 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 168 | 234 | 0.70 | 0.28 | 0 | 0.08 | 204.29 | 0.8 | 0.6 |
| Hex | 47 | A8 | EA | 46 | 1C | 0 | 8 | CC | 50 | 3C |
| Octal | 107 | 250 | 352 | 106 | 34 | 0 | 10 | 314 | 120 | 74 |
| Binary | 1000111 | 10101000 | 11101010 | 1000110 | 11100 | 0 | 1000 | 11001100 | 1010000 | 111100 |
Color Harmonies of #47A8EA
Complementary color
Monochromatic Colors of #47A8EA
Black with #47A8EA
Text Example
Text Example
White with #47A8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A8EA; }
p { color: rgb(71,168,234); }
H1.HeaderClassName
{
color: #47A8EA;
}
.AnyTagClassName
{
color: #47A8EA;
}
</style>
background-color css
<style>
a { background-color: #47A8EA; }
a { background-color: rgb(71,168,234); }
div.DivClassName
{
background-color: #47A8EA;
}
.BgClassName
{
background-color: #47A8EA;
}
</style>
border-color css
<style>
span { border-color: #47A8EA; }
span { border-color: rgb(71,168,234); }
td.TdClassName
{
border-color: #47A8EA;
}
.TagClassName
{
border-color: #47A8EA;
}
</style>