Shades of Summer Sky #47C2E6
Tints of Summer Sky #47C2E6
RGB
CMYK
RGB Variations
Color information
#47C2E6 (or 0x47C2E6) is known color: Summer Sky. HEX triplet: 47, C2 and E6. RGB value is (71,194,230). Sum of RGB (Red+Green+Blue) = 71+194+230=495 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.34% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 230 - color contains mainly: blue. Hex color #47C2E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47C2E6 is #B83D19. Grayscale: #A1A1A1. Windows color (decimal): -12074266 or 15123015. OLE color: 15123015.
HSL color Cylindrical-coordinate representation of color #47C2E6: hue angle of 193.58º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47C2E6 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 71 | 194 | 230 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.10 |
| HSL | 193.58º | 0.76% | 0.59% | - |
| HSV(B) | 193.58º | 0.69% | 0.9% | - |
| XYZ | 36.17 | 45.64 | 81.77 | - |
| YUV | 161.33 | 166.75 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 194 | 230 | 0.69 | 0.16 | 0 | 0.10 | 193.58 | 0.76 | 0.59 |
| Hex | 47 | C2 | E6 | 45 | 10 | 0 | A | C2 | 4C | 3B |
| Octal | 107 | 302 | 346 | 105 | 20 | 0 | 12 | 302 | 114 | 73 |
| Binary | 1000111 | 11000010 | 11100110 | 1000101 | 10000 | 0 | 1010 | 11000010 | 1001100 | 111011 |
Color Harmonies of #47C2E6
Complementary color
Monochromatic Colors of #47C2E6
Black with #47C2E6
Text Example
Text Example
White with #47C2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C2E6; }
p { color: rgb(71,194,230); }
H1.HeaderClassName
{
color: #47C2E6;
}
.AnyTagClassName
{
color: #47C2E6;
}
</style>
background-color css
<style>
a { background-color: #47C2E6; }
a { background-color: rgb(71,194,230); }
div.DivClassName
{
background-color: #47C2E6;
}
.BgClassName
{
background-color: #47C2E6;
}
</style>
border-color css
<style>
span { border-color: #47C2E6; }
span { border-color: rgb(71,194,230); }
td.TdClassName
{
border-color: #47C2E6;
}
.TagClassName
{
border-color: #47C2E6;
}
</style>