Shades of Summer Sky #47A5E8
Tints of Summer Sky #47A5E8
RGB
CMYK
RGB Variations
Color information
#47A5E8 (or 0x47A5E8) is known color: Summer Sky. HEX triplet: 47, A5 and E8. RGB value is (71,165,232). Sum of RGB (Red+Green+Blue) = 71+165+232=468 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.17% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 232 (91.02% from 255 or 49.57% from 468); Max value from RGB is 232 - color contains mainly: blue. Hex color #47A5E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47A5E8 is #B85A17. Grayscale: #909090. Windows color (decimal): -12081688 or 15246663. OLE color: 15246663.
HSL color Cylindrical-coordinate representation of color #47A5E8: hue angle of 204.97º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47A5E8 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 71 | 165 | 232 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.09 |
| HSL | 204.97º | 0.78% | 0.59% | - |
| HSV(B) | 204.97º | 0.69% | 0.91% | - |
| XYZ | 30.62 | 34.08 | 81.31 | - |
| YUV | 144.53 | 177.36 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 165 | 232 | 0.69 | 0.29 | 0 | 0.09 | 204.97 | 0.78 | 0.59 |
| Hex | 47 | A5 | E8 | 45 | 1D | 0 | 9 | CD | 4E | 3B |
| Octal | 107 | 245 | 350 | 105 | 35 | 0 | 11 | 315 | 116 | 73 |
| Binary | 1000111 | 10100101 | 11101000 | 1000101 | 11101 | 0 | 1001 | 11001101 | 1001110 | 111011 |
Color Harmonies of #47A5E8
Complementary color
Monochromatic Colors of #47A5E8
Black with #47A5E8
Text Example
Text Example
White with #47A5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A5E8; }
p { color: rgb(71,165,232); }
H1.HeaderClassName
{
color: #47A5E8;
}
.AnyTagClassName
{
color: #47A5E8;
}
</style>
background-color css
<style>
a { background-color: #47A5E8; }
a { background-color: rgb(71,165,232); }
div.DivClassName
{
background-color: #47A5E8;
}
.BgClassName
{
background-color: #47A5E8;
}
</style>
border-color css
<style>
span { border-color: #47A5E8; }
span { border-color: rgb(71,165,232); }
td.TdClassName
{
border-color: #47A5E8;
}
.TagClassName
{
border-color: #47A5E8;
}
</style>