Shades of Summer Sky #47A0DF
Tints of Summer Sky #47A0DF
RGB
CMYK
RGB Variations
Color information
#47A0DF (or 0x47A0DF) is known color: Summer Sky. HEX triplet: 47, A0 and DF. RGB value is (71,160,223). Sum of RGB (Red+Green+Blue) = 71+160+223=454 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.64% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #47A0DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A0DF is #B85F20. Grayscale: #8C8C8C. Windows color (decimal): -12082977 or 14655559. OLE color: 14655559.
HSL color Cylindrical-coordinate representation of color #47A0DF: hue angle of 204.87º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47A0DF is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 160 | 223 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.13 |
| HSL | 204.87º | 0.7% | 0.58% | - |
| HSV(B) | 204.87º | 0.68% | 0.87% | - |
| XYZ | 28.49 | 31.81 | 74.45 | - |
| YUV | 140.57 | 174.51 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 160 | 223 | 0.68 | 0.28 | 0 | 0.13 | 204.87 | 0.7 | 0.58 |
| Hex | 47 | A0 | DF | 44 | 1C | 0 | D | CD | 46 | 3A |
| Octal | 107 | 240 | 337 | 104 | 34 | 0 | 15 | 315 | 106 | 72 |
| Binary | 1000111 | 10100000 | 11011111 | 1000100 | 11100 | 0 | 1101 | 11001101 | 1000110 | 111010 |
Color Harmonies of #47A0DF
Complementary color
Monochromatic Colors of #47A0DF
Black with #47A0DF
Text Example
Text Example
White with #47A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A0DF; }
p { color: rgb(71,160,223); }
H1.HeaderClassName
{
color: #47A0DF;
}
.AnyTagClassName
{
color: #47A0DF;
}
</style>
background-color css
<style>
a { background-color: #47A0DF; }
a { background-color: rgb(71,160,223); }
div.DivClassName
{
background-color: #47A0DF;
}
.BgClassName
{
background-color: #47A0DF;
}
</style>
border-color css
<style>
span { border-color: #47A0DF; }
span { border-color: rgb(71,160,223); }
td.TdClassName
{
border-color: #47A0DF;
}
.TagClassName
{
border-color: #47A0DF;
}
</style>