Shades of Summer Sky #47C7FA
Tints of Summer Sky #47C7FA
RGB
CMYK
RGB Variations
Color information
#47C7FA (or 0x47C7FA) is known color: Summer Sky. HEX triplet: 47, C7 and FA. RGB value is (71,199,250). Sum of RGB (Red+Green+Blue) = 71+199+250=520 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.65% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #47C7FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47C7FA is #B83805. Grayscale: #A6A6A6. Windows color (decimal): -12072966 or 16435015. OLE color: 16435015.
HSL color Cylindrical-coordinate representation of color #47C7FA: hue angle of 197.09º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47C7FA is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 199 | 250 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.02 |
| HSL | 197.1º | 0.95% | 0.63% | - |
| HSV(B) | 197.1º | 0.72% | 0.98% | - |
| XYZ | 40.28 | 49.09 | 97.79 | - |
| YUV | 166.54 | 175.09 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 199 | 250 | 0.72 | 0.20 | 0 | 0.02 | 197.1 | 0.95 | 0.63 |
| Hex | 47 | C7 | FA | 48 | 14 | 0 | 2 | C5 | 5F | 3F |
| Octal | 107 | 307 | 372 | 110 | 24 | 0 | 2 | 305 | 137 | 77 |
| Binary | 1000111 | 11000111 | 11111010 | 1001000 | 10100 | 0 | 10 | 11000101 | 1011111 | 111111 |
Color Harmonies of #47C7FA
Complementary color
Monochromatic Colors of #47C7FA
Black with #47C7FA
Text Example
Text Example
White with #47C7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C7FA; }
p { color: rgb(71,199,250); }
H1.HeaderClassName
{
color: #47C7FA;
}
.AnyTagClassName
{
color: #47C7FA;
}
</style>
background-color css
<style>
a { background-color: #47C7FA; }
a { background-color: rgb(71,199,250); }
div.DivClassName
{
background-color: #47C7FA;
}
.BgClassName
{
background-color: #47C7FA;
}
</style>
border-color css
<style>
span { border-color: #47C7FA; }
span { border-color: rgb(71,199,250); }
td.TdClassName
{
border-color: #47C7FA;
}
.TagClassName
{
border-color: #47C7FA;
}
</style>