Shades of Summer Sky #47C0DC
Tints of Summer Sky #47C0DC
RGB
CMYK
RGB Variations
Color information
#47C0DC (or 0x47C0DC) is known color: Summer Sky. HEX triplet: 47, C0 and DC. RGB value is (71,192,220). Sum of RGB (Red+Green+Blue) = 71+192+220=483 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.70% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #47C0DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C0DC is #B83F23. Grayscale: #9E9E9E. Windows color (decimal): -12074788 or 14467143. OLE color: 14467143.
HSL color Cylindrical-coordinate representation of color #47C0DC: hue angle of 191.28º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47C0DC is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 192 | 220 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.14 |
| HSL | 191.28º | 0.68% | 0.57% | - |
| HSV(B) | 191.28º | 0.68% | 0.86% | - |
| XYZ | 34.37 | 44.21 | 74.43 | - |
| YUV | 159.01 | 162.41 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 192 | 220 | 0.68 | 0.13 | 0 | 0.14 | 191.28 | 0.68 | 0.57 |
| Hex | 47 | C0 | DC | 44 | D | 0 | E | BF | 44 | 39 |
| Octal | 107 | 300 | 334 | 104 | 15 | 0 | 16 | 277 | 104 | 71 |
| Binary | 1000111 | 11000000 | 11011100 | 1000100 | 1101 | 0 | 1110 | 10111111 | 1000100 | 111001 |
Color Harmonies of #47C0DC
Complementary color
Monochromatic Colors of #47C0DC
Black with #47C0DC
Text Example
Text Example
White with #47C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C0DC; }
p { color: rgb(71,192,220); }
H1.HeaderClassName
{
color: #47C0DC;
}
.AnyTagClassName
{
color: #47C0DC;
}
</style>
background-color css
<style>
a { background-color: #47C0DC; }
a { background-color: rgb(71,192,220); }
div.DivClassName
{
background-color: #47C0DC;
}
.BgClassName
{
background-color: #47C0DC;
}
</style>
border-color css
<style>
span { border-color: #47C0DC; }
span { border-color: rgb(71,192,220); }
td.TdClassName
{
border-color: #47C0DC;
}
.TagClassName
{
border-color: #47C0DC;
}
</style>