Shades of Summer Sky #47BCFC
Tints of Summer Sky #47BCFC
RGB
CMYK
RGB Variations
Color information
#47BCFC (or 0x47BCFC) is known color: Summer Sky. HEX triplet: 47, BC and FC. RGB value is (71,188,252). Sum of RGB (Red+Green+Blue) = 71+188+252=511 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.89% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #47BCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47BCFC is #B84303. Grayscale: #9F9F9F. Windows color (decimal): -12075780 or 16563271. OLE color: 16563271.
HSL color Cylindrical-coordinate representation of color #47BCFC: hue angle of 201.22º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47BCFC is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 188 | 252 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.01 |
| HSL | 201.22º | 0.97% | 0.63% | - |
| HSV(B) | 201.22º | 0.72% | 0.99% | - |
| XYZ | 38.15 | 44.33 | 98.64 | - |
| YUV | 160.31 | 179.74 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 188 | 252 | 0.72 | 0.25 | 0 | 0.01 | 201.22 | 0.97 | 0.63 |
| Hex | 47 | BC | FC | 48 | 19 | 0 | 1 | C9 | 61 | 3F |
| Octal | 107 | 274 | 374 | 110 | 31 | 0 | 1 | 311 | 141 | 77 |
| Binary | 1000111 | 10111100 | 11111100 | 1001000 | 11001 | 0 | 1 | 11001001 | 1100001 | 111111 |
Color Harmonies of #47BCFC
Complementary color
Monochromatic Colors of #47BCFC
Black with #47BCFC
Text Example
Text Example
White with #47BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BCFC; }
p { color: rgb(71,188,252); }
H1.HeaderClassName
{
color: #47BCFC;
}
.AnyTagClassName
{
color: #47BCFC;
}
</style>
background-color css
<style>
a { background-color: #47BCFC; }
a { background-color: rgb(71,188,252); }
div.DivClassName
{
background-color: #47BCFC;
}
.BgClassName
{
background-color: #47BCFC;
}
</style>
border-color css
<style>
span { border-color: #47BCFC; }
span { border-color: rgb(71,188,252); }
td.TdClassName
{
border-color: #47BCFC;
}
.TagClassName
{
border-color: #47BCFC;
}
</style>