Shades of Summer Sky #47ADEC
Tints of Summer Sky #47ADEC
RGB
CMYK
RGB Variations
Color information
#47ADEC (or 0x47ADEC) is known color: Summer Sky. HEX triplet: 47, AD and EC. RGB value is (71,173,236). Sum of RGB (Red+Green+Blue) = 71+173+236=480 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.79% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #47ADEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47ADEC is #B85213. Grayscale: #959595. Windows color (decimal): -12079636 or 15510855. OLE color: 15510855.
HSL color Cylindrical-coordinate representation of color #47ADEC: hue angle of 202.91º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47ADEC is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 173 | 236 | - |
| CMYK | 0.70 | 0.27 | 0 | 0.07 |
| HSL | 202.91º | 0.81% | 0.6% | - |
| HSV(B) | 202.91º | 0.7% | 0.93% | - |
| XYZ | 32.68 | 37.28 | 84.83 | - |
| YUV | 149.68 | 176.71 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 173 | 236 | 0.70 | 0.27 | 0 | 0.07 | 202.91 | 0.81 | 0.6 |
| Hex | 47 | AD | EC | 46 | 1B | 0 | 7 | CB | 51 | 3C |
| Octal | 107 | 255 | 354 | 106 | 33 | 0 | 7 | 313 | 121 | 74 |
| Binary | 1000111 | 10101101 | 11101100 | 1000110 | 11011 | 0 | 111 | 11001011 | 1010001 | 111100 |
Color Harmonies of #47ADEC
Complementary color
Monochromatic Colors of #47ADEC
Black with #47ADEC
Text Example
Text Example
White with #47ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ADEC; }
p { color: rgb(71,173,236); }
H1.HeaderClassName
{
color: #47ADEC;
}
.AnyTagClassName
{
color: #47ADEC;
}
</style>
background-color css
<style>
a { background-color: #47ADEC; }
a { background-color: rgb(71,173,236); }
div.DivClassName
{
background-color: #47ADEC;
}
.BgClassName
{
background-color: #47ADEC;
}
</style>
border-color css
<style>
span { border-color: #47ADEC; }
span { border-color: rgb(71,173,236); }
td.TdClassName
{
border-color: #47ADEC;
}
.TagClassName
{
border-color: #47ADEC;
}
</style>