Shades of Summer Sky #47ADFF
Tints of Summer Sky #47ADFF
RGB
CMYK
RGB Variations
Color information
#47ADFF (or 0x47ADFF) is known color: Summer Sky. HEX triplet: 47, AD and FF. RGB value is (71,173,255). Sum of RGB (Red+Green+Blue) = 71+173+255=499 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.23% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #47ADFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47ADFF is #B85200. Grayscale: #979797. Windows color (decimal): -12079617 or 16756039. OLE color: 16756039.
HSL color Cylindrical-coordinate representation of color #47ADFF: hue angle of 206.74º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47ADFF is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 173 | 255 | - |
| CMYK | 0.72 | 0.32 | 0 | 0 |
| HSL | 206.74º | 1% | 0.64% | - |
| HSV(B) | 206.74º | 0.72% | 1% | - |
| XYZ | 35.59 | 38.45 | 100.15 | - |
| YUV | 151.85 | 186.21 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 173 | 255 | 0.72 | 0.32 | 0 | 0 | 206.74 | 1 | 0.64 |
| Hex | 47 | AD | FF | 48 | 20 | 0 | 0 | CF | 64 | 40 |
| Octal | 107 | 255 | 377 | 110 | 40 | 0 | 0 | 317 | 144 | 100 |
| Binary | 1000111 | 10101101 | 11111111 | 1001000 | 100000 | 0 | 0 | 11001111 | 1100100 | 1000000 |
Color Harmonies of #47ADFF
Complementary color
Monochromatic Colors of #47ADFF
Black with #47ADFF
Text Example
Text Example
White with #47ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ADFF; }
p { color: rgb(71,173,255); }
H1.HeaderClassName
{
color: #47ADFF;
}
.AnyTagClassName
{
color: #47ADFF;
}
</style>
background-color css
<style>
a { background-color: #47ADFF; }
a { background-color: rgb(71,173,255); }
div.DivClassName
{
background-color: #47ADFF;
}
.BgClassName
{
background-color: #47ADFF;
}
</style>
border-color css
<style>
span { border-color: #47ADFF; }
span { border-color: rgb(71,173,255); }
td.TdClassName
{
border-color: #47ADFF;
}
.TagClassName
{
border-color: #47ADFF;
}
</style>