Shades of Summer Sky #47C0FE
Tints of Summer Sky #47C0FE
RGB
CMYK
RGB Variations
Color information
#47C0FE (or 0x47C0FE) is known color: Summer Sky. HEX triplet: 47, C0 and FE. RGB value is (71,192,254). Sum of RGB (Red+Green+Blue) = 71+192+254=517 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.73% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #47C0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47C0FE is #B83F01. Grayscale: #A2A2A2. Windows color (decimal): -12074754 or 16695367. OLE color: 16695367.
HSL color Cylindrical-coordinate representation of color #47C0FE: hue angle of 200.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47C0FE is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 192 | 254 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.00 |
| HSL | 200.33º | 0.99% | 0.64% | - |
| HSV(B) | 200.33º | 0.72% | 1% | - |
| XYZ | 39.34 | 46.19 | 100.61 | - |
| YUV | 162.89 | 179.41 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 192 | 254 | 0.72 | 0.24 | 0 | 0.00 | 200.33 | 0.99 | 0.64 |
| Hex | 47 | C0 | FE | 48 | 18 | 0 | 0 | C8 | 63 | 40 |
| Octal | 107 | 300 | 376 | 110 | 30 | 0 | 0 | 310 | 143 | 100 |
| Binary | 1000111 | 11000000 | 11111110 | 1001000 | 11000 | 0 | 0 | 11001000 | 1100011 | 1000000 |
Color Harmonies of #47C0FE
Complementary color
Monochromatic Colors of #47C0FE
Black with #47C0FE
Text Example
Text Example
White with #47C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C0FE; }
p { color: rgb(71,192,254); }
H1.HeaderClassName
{
color: #47C0FE;
}
.AnyTagClassName
{
color: #47C0FE;
}
</style>
background-color css
<style>
a { background-color: #47C0FE; }
a { background-color: rgb(71,192,254); }
div.DivClassName
{
background-color: #47C0FE;
}
.BgClassName
{
background-color: #47C0FE;
}
</style>
border-color css
<style>
span { border-color: #47C0FE; }
span { border-color: rgb(71,192,254); }
td.TdClassName
{
border-color: #47C0FE;
}
.TagClassName
{
border-color: #47C0FE;
}
</style>