Shades of Summer Sky #47CEF0
Tints of Summer Sky #47CEF0
RGB
CMYK
RGB Variations
Color information
#47CEF0 (or 0x47CEF0) is known color: Summer Sky. HEX triplet: 47, CE and F0. RGB value is (71,206,240). Sum of RGB (Red+Green+Blue) = 71+206+240=517 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.73% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #47CEF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47CEF0 is #B8310F. Grayscale: #A9A9A9. Windows color (decimal): -12071184 or 15781447. OLE color: 15781447.
HSL color Cylindrical-coordinate representation of color #47CEF0: hue angle of 192.07º 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 #47CEF0 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 206 | 240 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.06 |
| HSL | 192.07º | 0.85% | 0.61% | - |
| HSV(B) | 192.07º | 0.7% | 0.94% | - |
| XYZ | 40.4 | 51.77 | 90.3 | - |
| YUV | 169.51 | 167.77 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 206 | 240 | 0.70 | 0.14 | 0 | 0.06 | 192.07 | 0.85 | 0.61 |
| Hex | 47 | CE | F0 | 46 | E | 0 | 6 | C0 | 55 | 3D |
| Octal | 107 | 316 | 360 | 106 | 16 | 0 | 6 | 300 | 125 | 75 |
| Binary | 1000111 | 11001110 | 11110000 | 1000110 | 1110 | 0 | 110 | 11000000 | 1010101 | 111101 |
Color Harmonies of #47CEF0
Complementary color
Monochromatic Colors of #47CEF0
Black with #47CEF0
Text Example
Text Example
White with #47CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CEF0; }
p { color: rgb(71,206,240); }
H1.HeaderClassName
{
color: #47CEF0;
}
.AnyTagClassName
{
color: #47CEF0;
}
</style>
background-color css
<style>
a { background-color: #47CEF0; }
a { background-color: rgb(71,206,240); }
div.DivClassName
{
background-color: #47CEF0;
}
.BgClassName
{
background-color: #47CEF0;
}
</style>
border-color css
<style>
span { border-color: #47CEF0; }
span { border-color: rgb(71,206,240); }
td.TdClassName
{
border-color: #47CEF0;
}
.TagClassName
{
border-color: #47CEF0;
}
</style>