Shades of Summer Sky #47BAFA
Tints of Summer Sky #47BAFA
RGB
CMYK
RGB Variations
Color information
#47BAFA (or 0x47BAFA) is known color: Summer Sky. HEX triplet: 47, BA and FA. RGB value is (71,186,250). Sum of RGB (Red+Green+Blue) = 71+186+250=507 (67% of max value = 765). Red value is 71 (28.12% from 255 or 14.00% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #47BAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47BAFA is #B84505. Grayscale: #9E9E9E. Windows color (decimal): -12076294 or 16431687. OLE color: 16431687.
HSL color Cylindrical-coordinate representation of color #47BAFA: hue angle of 201.45º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47BAFA is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 186 | 250 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.02 |
| HSL | 201.45º | 0.95% | 0.63% | - |
| HSV(B) | 201.45º | 0.72% | 0.98% | - |
| XYZ | 37.41 | 43.36 | 96.84 | - |
| YUV | 158.91 | 179.4 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 250 | 0.72 | 0.26 | 0 | 0.02 | 201.45 | 0.95 | 0.63 |
| Hex | 47 | BA | FA | 48 | 1A | 0 | 2 | C9 | 5F | 3F |
| Octal | 107 | 272 | 372 | 110 | 32 | 0 | 2 | 311 | 137 | 77 |
| Binary | 1000111 | 10111010 | 11111010 | 1001000 | 11010 | 0 | 10 | 11001001 | 1011111 | 111111 |
Color Harmonies of #47BAFA
Complementary color
Monochromatic Colors of #47BAFA
Black with #47BAFA
Text Example
Text Example
White with #47BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BAFA; }
p { color: rgb(71,186,250); }
H1.HeaderClassName
{
color: #47BAFA;
}
.AnyTagClassName
{
color: #47BAFA;
}
</style>
background-color css
<style>
a { background-color: #47BAFA; }
a { background-color: rgb(71,186,250); }
div.DivClassName
{
background-color: #47BAFA;
}
.BgClassName
{
background-color: #47BAFA;
}
</style>
border-color css
<style>
span { border-color: #47BAFA; }
span { border-color: rgb(71,186,250); }
td.TdClassName
{
border-color: #47BAFA;
}
.TagClassName
{
border-color: #47BAFA;
}
</style>