Shades of Summer Sky #47C7ED
Tints of Summer Sky #47C7ED
RGB
CMYK
RGB Variations
Color information
#47C7ED (or 0x47C7ED) is known color: Summer Sky. HEX triplet: 47, C7 and ED. RGB value is (71,199,237). Sum of RGB (Red+Green+Blue) = 71+199+237=507 (67% of max value = 765). Red value is 71 (28.12% from 255 or 14.00% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #47C7ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47C7ED is #B83812. Grayscale: #A4A4A4. Windows color (decimal): -12072979 or 15583047. OLE color: 15583047.
HSL color Cylindrical-coordinate representation of color #47C7ED: hue angle of 193.73º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47C7ED is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 199 | 237 | - |
| CMYK | 0.70 | 0.16 | 0 | 0.07 |
| HSL | 193.73º | 0.82% | 0.6% | - |
| HSV(B) | 193.73º | 0.7% | 0.93% | - |
| XYZ | 38.31 | 48.3 | 87.42 | - |
| YUV | 165.06 | 168.59 | 60.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 199 | 237 | 0.70 | 0.16 | 0 | 0.07 | 193.73 | 0.82 | 0.6 |
| Hex | 47 | C7 | ED | 46 | 10 | 0 | 7 | C2 | 52 | 3C |
| Octal | 107 | 307 | 355 | 106 | 20 | 0 | 7 | 302 | 122 | 74 |
| Binary | 1000111 | 11000111 | 11101101 | 1000110 | 10000 | 0 | 111 | 11000010 | 1010010 | 111100 |
Color Harmonies of #47C7ED
Complementary color
Monochromatic Colors of #47C7ED
Black with #47C7ED
Text Example
Text Example
White with #47C7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C7ED; }
p { color: rgb(71,199,237); }
H1.HeaderClassName
{
color: #47C7ED;
}
.AnyTagClassName
{
color: #47C7ED;
}
</style>
background-color css
<style>
a { background-color: #47C7ED; }
a { background-color: rgb(71,199,237); }
div.DivClassName
{
background-color: #47C7ED;
}
.BgClassName
{
background-color: #47C7ED;
}
</style>
border-color css
<style>
span { border-color: #47C7ED; }
span { border-color: rgb(71,199,237); }
td.TdClassName
{
border-color: #47C7ED;
}
.TagClassName
{
border-color: #47C7ED;
}
</style>