Shades of Summer Sky #47C1EC
Tints of Summer Sky #47C1EC
RGB
CMYK
RGB Variations
Color information
#47C1EC (or 0x47C1EC) is known color: Summer Sky. HEX triplet: 47, C1 and EC. RGB value is (71,193,236). Sum of RGB (Red+Green+Blue) = 71+193+236=500 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.2% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #47C1EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47C1EC is #B83E13. Grayscale: #A1A1A1. Windows color (decimal): -12074516 or 15515975. OLE color: 15515975.
HSL color Cylindrical-coordinate representation of color #47C1EC: hue angle of 195.64º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47C1EC is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 193 | 236 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.07 |
| HSL | 195.64º | 0.81% | 0.6% | - |
| HSV(B) | 195.64º | 0.7% | 0.93% | - |
| XYZ | 36.81 | 45.54 | 86.21 | - |
| YUV | 161.42 | 170.08 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 193 | 236 | 0.70 | 0.18 | 0 | 0.07 | 195.64 | 0.81 | 0.6 |
| Hex | 47 | C1 | EC | 46 | 12 | 0 | 7 | C4 | 51 | 3C |
| Octal | 107 | 301 | 354 | 106 | 22 | 0 | 7 | 304 | 121 | 74 |
| Binary | 1000111 | 11000001 | 11101100 | 1000110 | 10010 | 0 | 111 | 11000100 | 1010001 | 111100 |
Color Harmonies of #47C1EC
Complementary color
Monochromatic Colors of #47C1EC
Black with #47C1EC
Text Example
Text Example
White with #47C1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C1EC; }
p { color: rgb(71,193,236); }
H1.HeaderClassName
{
color: #47C1EC;
}
.AnyTagClassName
{
color: #47C1EC;
}
</style>
background-color css
<style>
a { background-color: #47C1EC; }
a { background-color: rgb(71,193,236); }
div.DivClassName
{
background-color: #47C1EC;
}
.BgClassName
{
background-color: #47C1EC;
}
</style>
border-color css
<style>
span { border-color: #47C1EC; }
span { border-color: rgb(71,193,236); }
td.TdClassName
{
border-color: #47C1EC;
}
.TagClassName
{
border-color: #47C1EC;
}
</style>