Shades of Summer Sky #47C1F0
Tints of Summer Sky #47C1F0
RGB
CMYK
RGB Variations
Color information
#47C1F0 (or 0x47C1F0) is known color: Summer Sky. HEX triplet: 47, C1 and F0. RGB value is (71,193,240). Sum of RGB (Red+Green+Blue) = 71+193+240=504 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.09% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #47C1F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47C1F0 is #B83E0F. Grayscale: #A1A1A1. Windows color (decimal): -12074512 or 15778119. OLE color: 15778119.
HSL color Cylindrical-coordinate representation of color #47C1F0: hue angle of 196.69º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47C1F0 is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 193 | 240 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.06 |
| HSL | 196.69º | 0.85% | 0.61% | - |
| HSV(B) | 196.69º | 0.7% | 0.94% | - |
| XYZ | 37.4 | 45.77 | 89.3 | - |
| YUV | 161.88 | 172.08 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 193 | 240 | 0.70 | 0.20 | 0 | 0.06 | 196.69 | 0.85 | 0.61 |
| Hex | 47 | C1 | F0 | 46 | 14 | 0 | 6 | C5 | 55 | 3D |
| Octal | 107 | 301 | 360 | 106 | 24 | 0 | 6 | 305 | 125 | 75 |
| Binary | 1000111 | 11000001 | 11110000 | 1000110 | 10100 | 0 | 110 | 11000101 | 1010101 | 111101 |
Color Harmonies of #47C1F0
Complementary color
Monochromatic Colors of #47C1F0
Black with #47C1F0
Text Example
Text Example
White with #47C1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C1F0; }
p { color: rgb(71,193,240); }
H1.HeaderClassName
{
color: #47C1F0;
}
.AnyTagClassName
{
color: #47C1F0;
}
</style>
background-color css
<style>
a { background-color: #47C1F0; }
a { background-color: rgb(71,193,240); }
div.DivClassName
{
background-color: #47C1F0;
}
.BgClassName
{
background-color: #47C1F0;
}
</style>
border-color css
<style>
span { border-color: #47C1F0; }
span { border-color: rgb(71,193,240); }
td.TdClassName
{
border-color: #47C1F0;
}
.TagClassName
{
border-color: #47C1F0;
}
</style>