Shades of Summer Sky #47CFF0
Tints of Summer Sky #47CFF0
RGB
CMYK
RGB Variations
Color information
#47CFF0 (or 0x47CFF0) is known color: Summer Sky. HEX triplet: 47, CF and F0. RGB value is (71,207,240). Sum of RGB (Red+Green+Blue) = 71+207+240=518 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.71% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #47CFF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47CFF0 is #B8300F. Grayscale: #A9A9A9. Windows color (decimal): -12070928 or 15781703. OLE color: 15781703.
HSL color Cylindrical-coordinate representation of color #47CFF0: hue angle of 191.72º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47CFF0 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 207 | 240 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.06 |
| HSL | 191.72º | 0.85% | 0.61% | - |
| HSV(B) | 191.72º | 0.7% | 0.94% | - |
| XYZ | 40.64 | 52.26 | 90.38 | - |
| YUV | 170.1 | 167.44 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 240 | 0.70 | 0.14 | 0 | 0.06 | 191.72 | 0.85 | 0.61 |
| Hex | 47 | CF | F0 | 46 | E | 0 | 6 | C0 | 55 | 3D |
| Octal | 107 | 317 | 360 | 106 | 16 | 0 | 6 | 300 | 125 | 75 |
| Binary | 1000111 | 11001111 | 11110000 | 1000110 | 1110 | 0 | 110 | 11000000 | 1010101 | 111101 |
Color Harmonies of #47CFF0
Complementary color
Monochromatic Colors of #47CFF0
Black with #47CFF0
Text Example
Text Example
White with #47CFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CFF0; }
p { color: rgb(71,207,240); }
H1.HeaderClassName
{
color: #47CFF0;
}
.AnyTagClassName
{
color: #47CFF0;
}
</style>
background-color css
<style>
a { background-color: #47CFF0; }
a { background-color: rgb(71,207,240); }
div.DivClassName
{
background-color: #47CFF0;
}
.BgClassName
{
background-color: #47CFF0;
}
</style>
border-color css
<style>
span { border-color: #47CFF0; }
span { border-color: rgb(71,207,240); }
td.TdClassName
{
border-color: #47CFF0;
}
.TagClassName
{
border-color: #47CFF0;
}
</style>