Shades of Summer Sky #47C1FF
Tints of Summer Sky #47C1FF
RGB
CMYK
RGB Variations
Color information
#47C1FF (or 0x47C1FF) is known color: Summer Sky. HEX triplet: 47, C1 and FF. RGB value is (71,193,255). Sum of RGB (Red+Green+Blue) = 71+193+255=519 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.68% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #47C1FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47C1FF is #B83E00. Grayscale: #A3A3A3. Windows color (decimal): -12074497 or 16761159. OLE color: 16761159.
HSL color Cylindrical-coordinate representation of color #47C1FF: hue angle of 200.22º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47C1FF is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 193 | 255 | - |
| CMYK | 0.72 | 0.24 | 0 | 0 |
| HSL | 200.22º | 1% | 0.64% | - |
| HSV(B) | 200.22º | 0.72% | 1% | - |
| XYZ | 39.72 | 46.7 | 101.53 | - |
| YUV | 163.59 | 179.58 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 193 | 255 | 0.72 | 0.24 | 0 | 0 | 200.22 | 1 | 0.64 |
| Hex | 47 | C1 | FF | 48 | 18 | 0 | 0 | C8 | 64 | 40 |
| Octal | 107 | 301 | 377 | 110 | 30 | 0 | 0 | 310 | 144 | 100 |
| Binary | 1000111 | 11000001 | 11111111 | 1001000 | 11000 | 0 | 0 | 11001000 | 1100100 | 1000000 |
Color Harmonies of #47C1FF
Complementary color
Monochromatic Colors of #47C1FF
Black with #47C1FF
Text Example
Text Example
White with #47C1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C1FF; }
p { color: rgb(71,193,255); }
H1.HeaderClassName
{
color: #47C1FF;
}
.AnyTagClassName
{
color: #47C1FF;
}
</style>
background-color css
<style>
a { background-color: #47C1FF; }
a { background-color: rgb(71,193,255); }
div.DivClassName
{
background-color: #47C1FF;
}
.BgClassName
{
background-color: #47C1FF;
}
</style>
border-color css
<style>
span { border-color: #47C1FF; }
span { border-color: rgb(71,193,255); }
td.TdClassName
{
border-color: #47C1FF;
}
.TagClassName
{
border-color: #47C1FF;
}
</style>