Shades of Summer Sky #47AFE5
Tints of Summer Sky #47AFE5
RGB
CMYK
RGB Variations
Color information
#47AFE5 (or 0x47AFE5) is known color: Summer Sky. HEX triplet: 47, AF and E5. RGB value is (71,175,229). Sum of RGB (Red+Green+Blue) = 71+175+229=475 (62% of max value = 765). Red value is 71 (28.12% from 255 or 14.95% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 229 (89.84% from 255 or 48.21% from 475); Max value from RGB is 229 - color contains mainly: blue. Hex color #47AFE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AFE5 is #B8501A. Grayscale: #959595. Windows color (decimal): -12079131 or 15052615. OLE color: 15052615.
HSL color Cylindrical-coordinate representation of color #47AFE5: hue angle of 200.51º degrees, saturation: 0.75, 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 #47AFE5 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 71 | 175 | 229 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.10 |
| HSL | 200.51º | 0.75% | 0.59% | - |
| HSV(B) | 200.51º | 0.69% | 0.9% | - |
| XYZ | 32.07 | 37.66 | 79.71 | - |
| YUV | 150.06 | 172.54 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 175 | 229 | 0.69 | 0.24 | 0 | 0.10 | 200.51 | 0.75 | 0.59 |
| Hex | 47 | AF | E5 | 45 | 18 | 0 | A | C9 | 4B | 3B |
| Octal | 107 | 257 | 345 | 105 | 30 | 0 | 12 | 311 | 113 | 73 |
| Binary | 1000111 | 10101111 | 11100101 | 1000101 | 11000 | 0 | 1010 | 11001001 | 1001011 | 111011 |
Color Harmonies of #47AFE5
Complementary color
Monochromatic Colors of #47AFE5
Black with #47AFE5
Text Example
Text Example
White with #47AFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AFE5; }
p { color: rgb(71,175,229); }
H1.HeaderClassName
{
color: #47AFE5;
}
.AnyTagClassName
{
color: #47AFE5;
}
</style>
background-color css
<style>
a { background-color: #47AFE5; }
a { background-color: rgb(71,175,229); }
div.DivClassName
{
background-color: #47AFE5;
}
.BgClassName
{
background-color: #47AFE5;
}
</style>
border-color css
<style>
span { border-color: #47AFE5; }
span { border-color: rgb(71,175,229); }
td.TdClassName
{
border-color: #47AFE5;
}
.TagClassName
{
border-color: #47AFE5;
}
</style>