Shades of Summer Sky #47BAFF
Tints of Summer Sky #47BAFF
RGB
CMYK
RGB Variations
Color information
#47BAFF (or 0x47BAFF) is known color: Summer Sky. HEX triplet: 47, BA and FF. RGB value is (71,186,255). Sum of RGB (Red+Green+Blue) = 71+186+255=512 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.87% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #47BAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47BAFF is #B84500. Grayscale: #9F9F9F. Windows color (decimal): -12076289 or 16759367. OLE color: 16759367.
HSL color Cylindrical-coordinate representation of color #47BAFF: hue angle of 202.5º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47BAFF is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 186 | 255 | - |
| CMYK | 0.72 | 0.27 | 0 | 0 |
| HSL | 202.5º | 1% | 0.64% | - |
| HSV(B) | 202.5º | 0.72% | 1% | - |
| XYZ | 38.21 | 43.68 | 101.02 | - |
| YUV | 159.48 | 181.9 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 255 | 0.72 | 0.27 | 0 | 0 | 202.5 | 1 | 0.64 |
| Hex | 47 | BA | FF | 48 | 1B | 0 | 0 | CA | 64 | 40 |
| Octal | 107 | 272 | 377 | 110 | 33 | 0 | 0 | 312 | 144 | 100 |
| Binary | 1000111 | 10111010 | 11111111 | 1001000 | 11011 | 0 | 0 | 11001010 | 1100100 | 1000000 |
Color Harmonies of #47BAFF
Complementary color
Monochromatic Colors of #47BAFF
Black with #47BAFF
Text Example
Text Example
White with #47BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BAFF; }
p { color: rgb(71,186,255); }
H1.HeaderClassName
{
color: #47BAFF;
}
.AnyTagClassName
{
color: #47BAFF;
}
</style>
background-color css
<style>
a { background-color: #47BAFF; }
a { background-color: rgb(71,186,255); }
div.DivClassName
{
background-color: #47BAFF;
}
.BgClassName
{
background-color: #47BAFF;
}
</style>
border-color css
<style>
span { border-color: #47BAFF; }
span { border-color: rgb(71,186,255); }
td.TdClassName
{
border-color: #47BAFF;
}
.TagClassName
{
border-color: #47BAFF;
}
</style>