Shades of Summer Sky #47CDEC
Tints of Summer Sky #47CDEC
RGB
CMYK
RGB Variations
Color information
#47CDEC (or 0x47CDEC) is known color: Summer Sky. HEX triplet: 47, CD and EC. RGB value is (71,205,236). Sum of RGB (Red+Green+Blue) = 71+205+236=512 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.87% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #47CDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47CDEC is #B83213. Grayscale: #A8A8A8. Windows color (decimal): -12071444 or 15519047. OLE color: 15519047.
HSL color Cylindrical-coordinate representation of color #47CDEC: hue angle of 191.27º degrees, saturation: 0.81, 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 #47CDEC is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 205 | 236 | - |
| CMYK | 0.70 | 0.13 | 0 | 0.07 |
| HSL | 191.27º | 0.81% | 0.6% | - |
| HSV(B) | 191.27º | 0.7% | 0.93% | - |
| XYZ | 39.57 | 51.06 | 87.13 | - |
| YUV | 168.47 | 166.11 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 205 | 236 | 0.70 | 0.13 | 0 | 0.07 | 191.27 | 0.81 | 0.6 |
| Hex | 47 | CD | EC | 46 | D | 0 | 7 | BF | 51 | 3C |
| Octal | 107 | 315 | 354 | 106 | 15 | 0 | 7 | 277 | 121 | 74 |
| Binary | 1000111 | 11001101 | 11101100 | 1000110 | 1101 | 0 | 111 | 10111111 | 1010001 | 111100 |
Color Harmonies of #47CDEC
Complementary color
Monochromatic Colors of #47CDEC
Black with #47CDEC
Text Example
Text Example
White with #47CDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CDEC; }
p { color: rgb(71,205,236); }
H1.HeaderClassName
{
color: #47CDEC;
}
.AnyTagClassName
{
color: #47CDEC;
}
</style>
background-color css
<style>
a { background-color: #47CDEC; }
a { background-color: rgb(71,205,236); }
div.DivClassName
{
background-color: #47CDEC;
}
.BgClassName
{
background-color: #47CDEC;
}
</style>
border-color css
<style>
span { border-color: #47CDEC; }
span { border-color: rgb(71,205,236); }
td.TdClassName
{
border-color: #47CDEC;
}
.TagClassName
{
border-color: #47CDEC;
}
</style>