Shades of Summer Sky #47ABFC
Tints of Summer Sky #47ABFC
RGB
CMYK
RGB Variations
Color information
#47ABFC (or 0x47ABFC) is known color: Summer Sky. HEX triplet: 47, AB and FC. RGB value is (71,171,252). Sum of RGB (Red+Green+Blue) = 71+171+252=494 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.37% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #47ABFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47ABFC is #B85403. Grayscale: #959595. Windows color (decimal): -12080132 or 16558919. OLE color: 16558919.
HSL color Cylindrical-coordinate representation of color #47ABFC: hue angle of 206.85º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47ABFC is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 171 | 252 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.01 |
| HSL | 206.85º | 0.97% | 0.63% | - |
| HSV(B) | 206.85º | 0.72% | 0.99% | - |
| XYZ | 34.73 | 37.49 | 97.5 | - |
| YUV | 150.33 | 185.37 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 252 | 0.72 | 0.32 | 0 | 0.01 | 206.85 | 0.97 | 0.63 |
| Hex | 47 | AB | FC | 48 | 20 | 0 | 1 | CF | 61 | 3F |
| Octal | 107 | 253 | 374 | 110 | 40 | 0 | 1 | 317 | 141 | 77 |
| Binary | 1000111 | 10101011 | 11111100 | 1001000 | 100000 | 0 | 1 | 11001111 | 1100001 | 111111 |
Color Harmonies of #47ABFC
Complementary color
Monochromatic Colors of #47ABFC
Black with #47ABFC
Text Example
Text Example
White with #47ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ABFC; }
p { color: rgb(71,171,252); }
H1.HeaderClassName
{
color: #47ABFC;
}
.AnyTagClassName
{
color: #47ABFC;
}
</style>
background-color css
<style>
a { background-color: #47ABFC; }
a { background-color: rgb(71,171,252); }
div.DivClassName
{
background-color: #47ABFC;
}
.BgClassName
{
background-color: #47ABFC;
}
</style>
border-color css
<style>
span { border-color: #47ABFC; }
span { border-color: rgb(71,171,252); }
td.TdClassName
{
border-color: #47ABFC;
}
.TagClassName
{
border-color: #47ABFC;
}
</style>