Shades of Summer Sky #47ABFD
Tints of Summer Sky #47ABFD
RGB
CMYK
RGB Variations
Color information
#47ABFD (or 0x47ABFD) is known color: Summer Sky. HEX triplet: 47, AB and FD. RGB value is (71,171,253). Sum of RGB (Red+Green+Blue) = 71+171+253=495 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.34% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #47ABFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47ABFD is #B85402. Grayscale: #969696. Windows color (decimal): -12080131 or 16624455. OLE color: 16624455.
HSL color Cylindrical-coordinate representation of color #47ABFD: hue angle of 207.03º 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 #47ABFD is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 171 | 253 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.01 |
| HSL | 207.03º | 0.98% | 0.64% | - |
| HSV(B) | 207.03º | 0.72% | 0.99% | - |
| XYZ | 34.89 | 37.56 | 98.34 | - |
| YUV | 150.45 | 185.87 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 253 | 0.72 | 0.32 | 0 | 0.01 | 207.03 | 0.98 | 0.64 |
| Hex | 47 | AB | FD | 48 | 20 | 0 | 1 | CF | 62 | 40 |
| Octal | 107 | 253 | 375 | 110 | 40 | 0 | 1 | 317 | 142 | 100 |
| Binary | 1000111 | 10101011 | 11111101 | 1001000 | 100000 | 0 | 1 | 11001111 | 1100010 | 1000000 |
Color Harmonies of #47ABFD
Complementary color
Monochromatic Colors of #47ABFD
Black with #47ABFD
Text Example
Text Example
White with #47ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ABFD; }
p { color: rgb(71,171,253); }
H1.HeaderClassName
{
color: #47ABFD;
}
.AnyTagClassName
{
color: #47ABFD;
}
</style>
background-color css
<style>
a { background-color: #47ABFD; }
a { background-color: rgb(71,171,253); }
div.DivClassName
{
background-color: #47ABFD;
}
.BgClassName
{
background-color: #47ABFD;
}
</style>
border-color css
<style>
span { border-color: #47ABFD; }
span { border-color: rgb(71,171,253); }
td.TdClassName
{
border-color: #47ABFD;
}
.TagClassName
{
border-color: #47ABFD;
}
</style>