Shades of Summer Sky #47BAFC
Tints of Summer Sky #47BAFC
RGB
CMYK
RGB Variations
Color information
#47BAFC (or 0x47BAFC) is known color: Summer Sky. HEX triplet: 47, BA and FC. RGB value is (71,186,252). Sum of RGB (Red+Green+Blue) = 71+186+252=509 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.95% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #47BAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47BAFC is #B84503. Grayscale: #9E9E9E. Windows color (decimal): -12076292 or 16562759. OLE color: 16562759.
HSL color Cylindrical-coordinate representation of color #47BAFC: hue angle of 201.88º 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 #47BAFC is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 186 | 252 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.01 |
| HSL | 201.88º | 0.97% | 0.63% | - |
| HSV(B) | 201.88º | 0.72% | 0.99% | - |
| XYZ | 37.73 | 43.49 | 98.5 | - |
| YUV | 159.14 | 180.4 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 252 | 0.72 | 0.26 | 0 | 0.01 | 201.88 | 0.97 | 0.63 |
| Hex | 47 | BA | FC | 48 | 1A | 0 | 1 | CA | 61 | 3F |
| Octal | 107 | 272 | 374 | 110 | 32 | 0 | 1 | 312 | 141 | 77 |
| Binary | 1000111 | 10111010 | 11111100 | 1001000 | 11010 | 0 | 1 | 11001010 | 1100001 | 111111 |
Color Harmonies of #47BAFC
Complementary color
Monochromatic Colors of #47BAFC
Black with #47BAFC
Text Example
Text Example
White with #47BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BAFC; }
p { color: rgb(71,186,252); }
H1.HeaderClassName
{
color: #47BAFC;
}
.AnyTagClassName
{
color: #47BAFC;
}
</style>
background-color css
<style>
a { background-color: #47BAFC; }
a { background-color: rgb(71,186,252); }
div.DivClassName
{
background-color: #47BAFC;
}
.BgClassName
{
background-color: #47BAFC;
}
</style>
border-color css
<style>
span { border-color: #47BAFC; }
span { border-color: rgb(71,186,252); }
td.TdClassName
{
border-color: #47BAFC;
}
.TagClassName
{
border-color: #47BAFC;
}
</style>