Shades of Summer Sky #47ADFD
Tints of Summer Sky #47ADFD
RGB
CMYK
RGB Variations
Color information
#47ADFD (or 0x47ADFD) is known color: Summer Sky. HEX triplet: 47, AD and FD. RGB value is (71,173,253). Sum of RGB (Red+Green+Blue) = 71+173+253=497 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.29% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #47ADFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47ADFD is #B85202. Grayscale: #979797. Windows color (decimal): -12079619 or 16624967. OLE color: 16624967.
HSL color Cylindrical-coordinate representation of color #47ADFD: hue angle of 206.37º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47ADFD is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 173 | 253 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.01 |
| HSL | 206.37º | 0.98% | 0.64% | - |
| HSV(B) | 206.37º | 0.72% | 0.99% | - |
| XYZ | 35.27 | 38.32 | 98.47 | - |
| YUV | 151.62 | 185.21 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 173 | 253 | 0.72 | 0.32 | 0 | 0.01 | 206.37 | 0.98 | 0.64 |
| Hex | 47 | AD | FD | 48 | 20 | 0 | 1 | CE | 62 | 40 |
| Octal | 107 | 255 | 375 | 110 | 40 | 0 | 1 | 316 | 142 | 100 |
| Binary | 1000111 | 10101101 | 11111101 | 1001000 | 100000 | 0 | 1 | 11001110 | 1100010 | 1000000 |
Color Harmonies of #47ADFD
Complementary color
Monochromatic Colors of #47ADFD
Black with #47ADFD
Text Example
Text Example
White with #47ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ADFD; }
p { color: rgb(71,173,253); }
H1.HeaderClassName
{
color: #47ADFD;
}
.AnyTagClassName
{
color: #47ADFD;
}
</style>
background-color css
<style>
a { background-color: #47ADFD; }
a { background-color: rgb(71,173,253); }
div.DivClassName
{
background-color: #47ADFD;
}
.BgClassName
{
background-color: #47ADFD;
}
</style>
border-color css
<style>
span { border-color: #47ADFD; }
span { border-color: rgb(71,173,253); }
td.TdClassName
{
border-color: #47ADFD;
}
.TagClassName
{
border-color: #47ADFD;
}
</style>