Shades of Summer Sky #47C1E5
Tints of Summer Sky #47C1E5
RGB
CMYK
RGB Variations
Color information
#47C1E5 (or 0x47C1E5) is known color: Summer Sky. HEX triplet: 47, C1 and E5. RGB value is (71,193,229). Sum of RGB (Red+Green+Blue) = 71+193+229=493 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.40% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 229 - color contains mainly: blue. Hex color #47C1E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C1E5 is #B83E1A. Grayscale: #A0A0A0. Windows color (decimal): -12074523 or 15057223. OLE color: 15057223.
HSL color Cylindrical-coordinate representation of color #47C1E5: hue angle of 193.67º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47C1E5 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 71 | 193 | 229 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.10 |
| HSL | 193.67º | 0.75% | 0.59% | - |
| HSV(B) | 193.67º | 0.69% | 0.9% | - |
| XYZ | 35.81 | 45.14 | 80.95 | - |
| YUV | 160.63 | 166.58 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 193 | 229 | 0.69 | 0.16 | 0 | 0.10 | 193.67 | 0.75 | 0.59 |
| Hex | 47 | C1 | E5 | 45 | 10 | 0 | A | C2 | 4B | 3B |
| Octal | 107 | 301 | 345 | 105 | 20 | 0 | 12 | 302 | 113 | 73 |
| Binary | 1000111 | 11000001 | 11100101 | 1000101 | 10000 | 0 | 1010 | 11000010 | 1001011 | 111011 |
Color Harmonies of #47C1E5
Complementary color
Monochromatic Colors of #47C1E5
Black with #47C1E5
Text Example
Text Example
White with #47C1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C1E5; }
p { color: rgb(71,193,229); }
H1.HeaderClassName
{
color: #47C1E5;
}
.AnyTagClassName
{
color: #47C1E5;
}
</style>
background-color css
<style>
a { background-color: #47C1E5; }
a { background-color: rgb(71,193,229); }
div.DivClassName
{
background-color: #47C1E5;
}
.BgClassName
{
background-color: #47C1E5;
}
</style>
border-color css
<style>
span { border-color: #47C1E5; }
span { border-color: rgb(71,193,229); }
td.TdClassName
{
border-color: #47C1E5;
}
.TagClassName
{
border-color: #47C1E5;
}
</style>