Shades of Summer Sky #47C3FA
Tints of Summer Sky #47C3FA
RGB
CMYK
RGB Variations
Color information
#47C3FA (or 0x47C3FA) is known color: Summer Sky. HEX triplet: 47, C3 and FA. RGB value is (71,195,250). Sum of RGB (Red+Green+Blue) = 71+195+250=516 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.76% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #47C3FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47C3FA is #B83C05. Grayscale: #A3A3A3. Windows color (decimal): -12073990 or 16433991. OLE color: 16433991.
HSL color Cylindrical-coordinate representation of color #47C3FA: hue angle of 198.44º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47C3FA is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 195 | 250 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.02 |
| HSL | 198.44º | 0.95% | 0.63% | - |
| HSV(B) | 198.44º | 0.72% | 0.98% | - |
| XYZ | 39.37 | 47.27 | 97.49 | - |
| YUV | 164.19 | 176.42 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 195 | 250 | 0.72 | 0.22 | 0 | 0.02 | 198.44 | 0.95 | 0.63 |
| Hex | 47 | C3 | FA | 48 | 16 | 0 | 2 | C6 | 5F | 3F |
| Octal | 107 | 303 | 372 | 110 | 26 | 0 | 2 | 306 | 137 | 77 |
| Binary | 1000111 | 11000011 | 11111010 | 1001000 | 10110 | 0 | 10 | 11000110 | 1011111 | 111111 |
Color Harmonies of #47C3FA
Complementary color
Monochromatic Colors of #47C3FA
Black with #47C3FA
Text Example
Text Example
White with #47C3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C3FA; }
p { color: rgb(71,195,250); }
H1.HeaderClassName
{
color: #47C3FA;
}
.AnyTagClassName
{
color: #47C3FA;
}
</style>
background-color css
<style>
a { background-color: #47C3FA; }
a { background-color: rgb(71,195,250); }
div.DivClassName
{
background-color: #47C3FA;
}
.BgClassName
{
background-color: #47C3FA;
}
</style>
border-color css
<style>
span { border-color: #47C3FA; }
span { border-color: rgb(71,195,250); }
td.TdClassName
{
border-color: #47C3FA;
}
.TagClassName
{
border-color: #47C3FA;
}
</style>