Shades of Summer Sky #47B7FF
Tints of Summer Sky #47B7FF
RGB
CMYK
RGB Variations
Color information
#47B7FF (or 0x47B7FF) is known color: Summer Sky. HEX triplet: 47, B7 and FF. RGB value is (71,183,255). Sum of RGB (Red+Green+Blue) = 71+183+255=509 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.95% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #47B7FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47B7FF is #B84800. Grayscale: #9D9D9D. Windows color (decimal): -12077057 or 16758599. OLE color: 16758599.
HSL color Cylindrical-coordinate representation of color #47B7FF: hue angle of 203.48º 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 #47B7FF is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 183 | 255 | - |
| CMYK | 0.72 | 0.28 | 0 | 0 |
| HSL | 203.48º | 1% | 0.64% | - |
| HSV(B) | 203.48º | 0.72% | 1% | - |
| XYZ | 37.58 | 42.43 | 100.82 | - |
| YUV | 157.72 | 182.89 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 183 | 255 | 0.72 | 0.28 | 0 | 0 | 203.48 | 1 | 0.64 |
| Hex | 47 | B7 | FF | 48 | 1C | 0 | 0 | CB | 64 | 40 |
| Octal | 107 | 267 | 377 | 110 | 34 | 0 | 0 | 313 | 144 | 100 |
| Binary | 1000111 | 10110111 | 11111111 | 1001000 | 11100 | 0 | 0 | 11001011 | 1100100 | 1000000 |
Color Harmonies of #47B7FF
Complementary color
Monochromatic Colors of #47B7FF
Black with #47B7FF
Text Example
Text Example
White with #47B7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B7FF; }
p { color: rgb(71,183,255); }
H1.HeaderClassName
{
color: #47B7FF;
}
.AnyTagClassName
{
color: #47B7FF;
}
</style>
background-color css
<style>
a { background-color: #47B7FF; }
a { background-color: rgb(71,183,255); }
div.DivClassName
{
background-color: #47B7FF;
}
.BgClassName
{
background-color: #47B7FF;
}
</style>
border-color css
<style>
span { border-color: #47B7FF; }
span { border-color: rgb(71,183,255); }
td.TdClassName
{
border-color: #47B7FF;
}
.TagClassName
{
border-color: #47B7FF;
}
</style>