Shades of Summer Sky #47C8FF
Tints of Summer Sky #47C8FF
RGB
CMYK
RGB Variations
Color information
#47C8FF (or 0x47C8FF) is known color: Summer Sky. HEX triplet: 47, C8 and FF. RGB value is (71,200,255). Sum of RGB (Red+Green+Blue) = 71+200+255=526 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.50% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #47C8FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47C8FF is #B83700. Grayscale: #A7A7A7. Windows color (decimal): -12072705 or 16762951. OLE color: 16762951.
HSL color Cylindrical-coordinate representation of color #47C8FF: hue angle of 197.93º 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 #47C8FF is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 200 | 255 | - |
| CMYK | 0.72 | 0.22 | 0 | 0 |
| HSL | 197.93º | 1% | 0.64% | - |
| HSV(B) | 197.93º | 0.72% | 1% | - |
| XYZ | 41.3 | 49.87 | 102.06 | - |
| YUV | 167.7 | 177.26 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 200 | 255 | 0.72 | 0.22 | 0 | 0 | 197.93 | 1 | 0.64 |
| Hex | 47 | C8 | FF | 48 | 16 | 0 | 0 | C6 | 64 | 40 |
| Octal | 107 | 310 | 377 | 110 | 26 | 0 | 0 | 306 | 144 | 100 |
| Binary | 1000111 | 11001000 | 11111111 | 1001000 | 10110 | 0 | 0 | 11000110 | 1100100 | 1000000 |
Color Harmonies of #47C8FF
Complementary color
Monochromatic Colors of #47C8FF
Black with #47C8FF
Text Example
Text Example
White with #47C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C8FF; }
p { color: rgb(71,200,255); }
H1.HeaderClassName
{
color: #47C8FF;
}
.AnyTagClassName
{
color: #47C8FF;
}
</style>
background-color css
<style>
a { background-color: #47C8FF; }
a { background-color: rgb(71,200,255); }
div.DivClassName
{
background-color: #47C8FF;
}
.BgClassName
{
background-color: #47C8FF;
}
</style>
border-color css
<style>
span { border-color: #47C8FF; }
span { border-color: rgb(71,200,255); }
td.TdClassName
{
border-color: #47C8FF;
}
.TagClassName
{
border-color: #47C8FF;
}
</style>