Shades of Summer Sky #47ADE1
Tints of Summer Sky #47ADE1
RGB
CMYK
RGB Variations
Color information
#47ADE1 (or 0x47ADE1) is known color: Summer Sky. HEX triplet: 47, AD and E1. RGB value is (71,173,225). Sum of RGB (Red+Green+Blue) = 71+173+225=469 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.14% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 225 (88.28% from 255 or 47.97% from 469); Max value from RGB is 225 - color contains mainly: blue. Hex color #47ADE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ADE1 is #B8521E. Grayscale: #949494. Windows color (decimal): -12079647 or 14789959. OLE color: 14789959.
HSL color Cylindrical-coordinate representation of color #47ADE1: hue angle of 200.26º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47ADE1 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 173 | 225 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.12 |
| HSL | 200.26º | 0.72% | 0.58% | - |
| HSV(B) | 200.26º | 0.68% | 0.88% | - |
| XYZ | 31.13 | 36.66 | 76.67 | - |
| YUV | 148.43 | 171.21 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 173 | 225 | 0.68 | 0.23 | 0 | 0.12 | 200.26 | 0.72 | 0.58 |
| Hex | 47 | AD | E1 | 44 | 17 | 0 | C | C8 | 48 | 3A |
| Octal | 107 | 255 | 341 | 104 | 27 | 0 | 14 | 310 | 110 | 72 |
| Binary | 1000111 | 10101101 | 11100001 | 1000100 | 10111 | 0 | 1100 | 11001000 | 1001000 | 111010 |
Color Harmonies of #47ADE1
Complementary color
Monochromatic Colors of #47ADE1
Black with #47ADE1
Text Example
Text Example
White with #47ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ADE1; }
p { color: rgb(71,173,225); }
H1.HeaderClassName
{
color: #47ADE1;
}
.AnyTagClassName
{
color: #47ADE1;
}
</style>
background-color css
<style>
a { background-color: #47ADE1; }
a { background-color: rgb(71,173,225); }
div.DivClassName
{
background-color: #47ADE1;
}
.BgClassName
{
background-color: #47ADE1;
}
</style>
border-color css
<style>
span { border-color: #47ADE1; }
span { border-color: rgb(71,173,225); }
td.TdClassName
{
border-color: #47ADE1;
}
.TagClassName
{
border-color: #47ADE1;
}
</style>