Shades of Summer Sky #47BCFF
Tints of Summer Sky #47BCFF
RGB
CMYK
RGB Variations
Color information
#47BCFF (or 0x47BCFF) is known color: Summer Sky. HEX triplet: 47, BC and FF. RGB value is (71,188,255). Sum of RGB (Red+Green+Blue) = 71+188+255=514 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.81% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #47BCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47BCFF is #B84300. Grayscale: #A0A0A0. Windows color (decimal): -12075777 or 16759879. OLE color: 16759879.
HSL color Cylindrical-coordinate representation of color #47BCFF: hue angle of 201.85º 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 #47BCFF is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 188 | 255 | - |
| CMYK | 0.72 | 0.26 | 0 | 0 |
| HSL | 201.85º | 1% | 0.64% | - |
| HSV(B) | 201.85º | 0.72% | 1% | - |
| XYZ | 38.63 | 44.53 | 101.17 | - |
| YUV | 160.66 | 181.24 | 64.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 188 | 255 | 0.72 | 0.26 | 0 | 0 | 201.85 | 1 | 0.64 |
| Hex | 47 | BC | FF | 48 | 1A | 0 | 0 | CA | 64 | 40 |
| Octal | 107 | 274 | 377 | 110 | 32 | 0 | 0 | 312 | 144 | 100 |
| Binary | 1000111 | 10111100 | 11111111 | 1001000 | 11010 | 0 | 0 | 11001010 | 1100100 | 1000000 |
Color Harmonies of #47BCFF
Complementary color
Monochromatic Colors of #47BCFF
Black with #47BCFF
Text Example
Text Example
White with #47BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BCFF; }
p { color: rgb(71,188,255); }
H1.HeaderClassName
{
color: #47BCFF;
}
.AnyTagClassName
{
color: #47BCFF;
}
</style>
background-color css
<style>
a { background-color: #47BCFF; }
a { background-color: rgb(71,188,255); }
div.DivClassName
{
background-color: #47BCFF;
}
.BgClassName
{
background-color: #47BCFF;
}
</style>
border-color css
<style>
span { border-color: #47BCFF; }
span { border-color: rgb(71,188,255); }
td.TdClassName
{
border-color: #47BCFF;
}
.TagClassName
{
border-color: #47BCFF;
}
</style>