Shades of Summer Sky #47C2EF
Tints of Summer Sky #47C2EF
RGB
CMYK
RGB Variations
Color information
#47C2EF (or 0x47C2EF) is known color: Summer Sky. HEX triplet: 47, C2 and EF. RGB value is (71,194,239). Sum of RGB (Red+Green+Blue) = 71+194+239=504 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.09% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #47C2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47C2EF is #B83D10. Grayscale: #A2A2A2. Windows color (decimal): -12074257 or 15712839. OLE color: 15712839.
HSL color Cylindrical-coordinate representation of color #47C2EF: hue angle of 196.07º degrees, saturation: 0.84, 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 #47C2EF is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 194 | 239 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.06 |
| HSL | 196.07º | 0.84% | 0.61% | - |
| HSV(B) | 196.07º | 0.7% | 0.94% | - |
| XYZ | 37.47 | 46.16 | 88.6 | - |
| YUV | 162.35 | 171.25 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 194 | 239 | 0.70 | 0.19 | 0 | 0.06 | 196.07 | 0.84 | 0.61 |
| Hex | 47 | C2 | EF | 46 | 13 | 0 | 6 | C4 | 54 | 3D |
| Octal | 107 | 302 | 357 | 106 | 23 | 0 | 6 | 304 | 124 | 75 |
| Binary | 1000111 | 11000010 | 11101111 | 1000110 | 10011 | 0 | 110 | 11000100 | 1010100 | 111101 |
Color Harmonies of #47C2EF
Complementary color
Monochromatic Colors of #47C2EF
Black with #47C2EF
Text Example
Text Example
White with #47C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C2EF; }
p { color: rgb(71,194,239); }
H1.HeaderClassName
{
color: #47C2EF;
}
.AnyTagClassName
{
color: #47C2EF;
}
</style>
background-color css
<style>
a { background-color: #47C2EF; }
a { background-color: rgb(71,194,239); }
div.DivClassName
{
background-color: #47C2EF;
}
.BgClassName
{
background-color: #47C2EF;
}
</style>
border-color css
<style>
span { border-color: #47C2EF; }
span { border-color: rgb(71,194,239); }
td.TdClassName
{
border-color: #47C2EF;
}
.TagClassName
{
border-color: #47C2EF;
}
</style>