Shades of Summer Sky #47ABFE
Tints of Summer Sky #47ABFE
RGB
CMYK
RGB Variations
Color information
#47ABFE (or 0x47ABFE) is known color: Summer Sky. HEX triplet: 47, AB and FE. RGB value is (71,171,254). Sum of RGB (Red+Green+Blue) = 71+171+254=496 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.31% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #47ABFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47ABFE is #B85401. Grayscale: #969696. Windows color (decimal): -12080130 or 16689991. OLE color: 16689991.
HSL color Cylindrical-coordinate representation of color #47ABFE: hue angle of 207.21º 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 #47ABFE is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 171 | 254 | - |
| CMYK | 0.72 | 0.33 | 0 | 0.00 |
| HSL | 207.21º | 0.99% | 0.64% | - |
| HSV(B) | 207.21º | 0.72% | 1% | - |
| XYZ | 35.05 | 37.62 | 99.18 | - |
| YUV | 150.56 | 186.37 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 254 | 0.72 | 0.33 | 0 | 0.00 | 207.21 | 0.99 | 0.64 |
| Hex | 47 | AB | FE | 48 | 21 | 0 | 0 | CF | 63 | 40 |
| Octal | 107 | 253 | 376 | 110 | 41 | 0 | 0 | 317 | 143 | 100 |
| Binary | 1000111 | 10101011 | 11111110 | 1001000 | 100001 | 0 | 0 | 11001111 | 1100011 | 1000000 |
Color Harmonies of #47ABFE
Complementary color
Monochromatic Colors of #47ABFE
Black with #47ABFE
Text Example
Text Example
White with #47ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ABFE; }
p { color: rgb(71,171,254); }
H1.HeaderClassName
{
color: #47ABFE;
}
.AnyTagClassName
{
color: #47ABFE;
}
</style>
background-color css
<style>
a { background-color: #47ABFE; }
a { background-color: rgb(71,171,254); }
div.DivClassName
{
background-color: #47ABFE;
}
.BgClassName
{
background-color: #47ABFE;
}
</style>
border-color css
<style>
span { border-color: #47ABFE; }
span { border-color: rgb(71,171,254); }
td.TdClassName
{
border-color: #47ABFE;
}
.TagClassName
{
border-color: #47ABFE;
}
</style>