Shades of Summer Sky #47C7FD
Tints of Summer Sky #47C7FD
RGB
CMYK
RGB Variations
Color information
#47C7FD (or 0x47C7FD) is known color: Summer Sky. HEX triplet: 47, C7 and FD. RGB value is (71,199,253). Sum of RGB (Red+Green+Blue) = 71+199+253=523 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.58% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #47C7FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47C7FD is #B83802. Grayscale: #A6A6A6. Windows color (decimal): -12072963 or 16631623. OLE color: 16631623.
HSL color Cylindrical-coordinate representation of color #47C7FD: hue angle of 197.8º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47C7FD is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 199 | 253 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.01 |
| HSL | 197.8º | 0.98% | 0.64% | - |
| HSV(B) | 197.8º | 0.72% | 0.99% | - |
| XYZ | 40.75 | 49.28 | 100.29 | - |
| YUV | 166.88 | 176.59 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 199 | 253 | 0.72 | 0.21 | 0 | 0.01 | 197.8 | 0.98 | 0.64 |
| Hex | 47 | C7 | FD | 48 | 15 | 0 | 1 | C6 | 62 | 40 |
| Octal | 107 | 307 | 375 | 110 | 25 | 0 | 1 | 306 | 142 | 100 |
| Binary | 1000111 | 11000111 | 11111101 | 1001000 | 10101 | 0 | 1 | 11000110 | 1100010 | 1000000 |
Color Harmonies of #47C7FD
Complementary color
Monochromatic Colors of #47C7FD
Black with #47C7FD
Text Example
Text Example
White with #47C7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C7FD; }
p { color: rgb(71,199,253); }
H1.HeaderClassName
{
color: #47C7FD;
}
.AnyTagClassName
{
color: #47C7FD;
}
</style>
background-color css
<style>
a { background-color: #47C7FD; }
a { background-color: rgb(71,199,253); }
div.DivClassName
{
background-color: #47C7FD;
}
.BgClassName
{
background-color: #47C7FD;
}
</style>
border-color css
<style>
span { border-color: #47C7FD; }
span { border-color: rgb(71,199,253); }
td.TdClassName
{
border-color: #47C7FD;
}
.TagClassName
{
border-color: #47C7FD;
}
</style>