Shades of Summer Sky #47A7DC
Tints of Summer Sky #47A7DC
RGB
CMYK
RGB Variations
Color information
#47A7DC (or 0x47A7DC) is known color: Summer Sky. HEX triplet: 47, A7 and DC. RGB value is (71,167,220). Sum of RGB (Red+Green+Blue) = 71+167+220=458 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.50% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #47A7DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A7DC is #B85823. Grayscale: #909090. Windows color (decimal): -12081188 or 14460743. OLE color: 14460743.
HSL color Cylindrical-coordinate representation of color #47A7DC: hue angle of 201.34º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47A7DC is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 167 | 220 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.14 |
| HSL | 201.34º | 0.68% | 0.57% | - |
| HSV(B) | 201.34º | 0.68% | 0.86% | - |
| XYZ | 29.34 | 34.14 | 72.75 | - |
| YUV | 144.34 | 170.7 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 167 | 220 | 0.68 | 0.24 | 0 | 0.14 | 201.34 | 0.68 | 0.57 |
| Hex | 47 | A7 | DC | 44 | 18 | 0 | E | C9 | 44 | 39 |
| Octal | 107 | 247 | 334 | 104 | 30 | 0 | 16 | 311 | 104 | 71 |
| Binary | 1000111 | 10100111 | 11011100 | 1000100 | 11000 | 0 | 1110 | 11001001 | 1000100 | 111001 |
Color Harmonies of #47A7DC
Complementary color
Monochromatic Colors of #47A7DC
Black with #47A7DC
Text Example
Text Example
White with #47A7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A7DC; }
p { color: rgb(71,167,220); }
H1.HeaderClassName
{
color: #47A7DC;
}
.AnyTagClassName
{
color: #47A7DC;
}
</style>
background-color css
<style>
a { background-color: #47A7DC; }
a { background-color: rgb(71,167,220); }
div.DivClassName
{
background-color: #47A7DC;
}
.BgClassName
{
background-color: #47A7DC;
}
</style>
border-color css
<style>
span { border-color: #47A7DC; }
span { border-color: rgb(71,167,220); }
td.TdClassName
{
border-color: #47A7DC;
}
.TagClassName
{
border-color: #47A7DC;
}
</style>