Shades of Summer Sky #47ADFE
Tints of Summer Sky #47ADFE
RGB
CMYK
RGB Variations
Color information
#47ADFE (or 0x47ADFE) is known color: Summer Sky. HEX triplet: 47, AD and FE. RGB value is (71,173,254). Sum of RGB (Red+Green+Blue) = 71+173+254=498 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.26% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #47ADFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47ADFE is #B85201. Grayscale: #979797. Windows color (decimal): -12079618 or 16690503. OLE color: 16690503.
HSL color Cylindrical-coordinate representation of color #47ADFE: hue angle of 206.56º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47ADFE is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 173 | 254 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.00 |
| HSL | 206.56º | 0.99% | 0.64% | - |
| HSV(B) | 206.56º | 0.72% | 1% | - |
| XYZ | 35.43 | 38.38 | 99.31 | - |
| YUV | 151.74 | 185.71 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 173 | 254 | 0.72 | 0.32 | 0 | 0.00 | 206.56 | 0.99 | 0.64 |
| Hex | 47 | AD | FE | 48 | 20 | 0 | 0 | CF | 63 | 40 |
| Octal | 107 | 255 | 376 | 110 | 40 | 0 | 0 | 317 | 143 | 100 |
| Binary | 1000111 | 10101101 | 11111110 | 1001000 | 100000 | 0 | 0 | 11001111 | 1100011 | 1000000 |
Color Harmonies of #47ADFE
Complementary color
Monochromatic Colors of #47ADFE
Black with #47ADFE
Text Example
Text Example
White with #47ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ADFE; }
p { color: rgb(71,173,254); }
H1.HeaderClassName
{
color: #47ADFE;
}
.AnyTagClassName
{
color: #47ADFE;
}
</style>
background-color css
<style>
a { background-color: #47ADFE; }
a { background-color: rgb(71,173,254); }
div.DivClassName
{
background-color: #47ADFE;
}
.BgClassName
{
background-color: #47ADFE;
}
</style>
border-color css
<style>
span { border-color: #47ADFE; }
span { border-color: rgb(71,173,254); }
td.TdClassName
{
border-color: #47ADFE;
}
.TagClassName
{
border-color: #47ADFE;
}
</style>