Shades of Summer Sky #47CAF1
Tints of Summer Sky #47CAF1
RGB
CMYK
RGB Variations
Color information
#47CAF1 (or 0x47CAF1) is known color: Summer Sky. HEX triplet: 47, CA and F1. RGB value is (71,202,241). Sum of RGB (Red+Green+Blue) = 71+202+241=514 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.81% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #47CAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47CAF1 is #B8350E. Grayscale: #A6A6A6. Windows color (decimal): -12072207 or 15845959. OLE color: 15845959.
HSL color Cylindrical-coordinate representation of color #47CAF1: hue angle of 193.76º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47CAF1 is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 202 | 241 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.05 |
| HSL | 193.76º | 0.86% | 0.61% | - |
| HSV(B) | 193.76º | 0.71% | 0.95% | - |
| XYZ | 39.6 | 49.93 | 90.77 | - |
| YUV | 167.28 | 169.6 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 202 | 241 | 0.71 | 0.16 | 0 | 0.05 | 193.76 | 0.86 | 0.61 |
| Hex | 47 | CA | F1 | 47 | 10 | 0 | 5 | C2 | 56 | 3D |
| Octal | 107 | 312 | 361 | 107 | 20 | 0 | 5 | 302 | 126 | 75 |
| Binary | 1000111 | 11001010 | 11110001 | 1000111 | 10000 | 0 | 101 | 11000010 | 1010110 | 111101 |
Color Harmonies of #47CAF1
Complementary color
Monochromatic Colors of #47CAF1
Black with #47CAF1
Text Example
Text Example
White with #47CAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CAF1; }
p { color: rgb(71,202,241); }
H1.HeaderClassName
{
color: #47CAF1;
}
.AnyTagClassName
{
color: #47CAF1;
}
</style>
background-color css
<style>
a { background-color: #47CAF1; }
a { background-color: rgb(71,202,241); }
div.DivClassName
{
background-color: #47CAF1;
}
.BgClassName
{
background-color: #47CAF1;
}
</style>
border-color css
<style>
span { border-color: #47CAF1; }
span { border-color: rgb(71,202,241); }
td.TdClassName
{
border-color: #47CAF1;
}
.TagClassName
{
border-color: #47CAF1;
}
</style>