Shades of Summer Sky #47B0FF
Tints of Summer Sky #47B0FF
RGB
CMYK
RGB Variations
Color information
#47B0FF (or 0x47B0FF) is known color: Summer Sky. HEX triplet: 47, B0 and FF. RGB value is (71,176,255). Sum of RGB (Red+Green+Blue) = 71+176+255=502 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.14% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #47B0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #47B0FF is #B84F00. Grayscale: #999999. Windows color (decimal): -12078849 or 16756807. OLE color: 16756807.
HSL color Cylindrical-coordinate representation of color #47B0FF: hue angle of 205.76º 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 #47B0FF is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 176 | 255 | - |
| CMYK | 0.72 | 0.31 | 0 | 0 |
| HSL | 205.76º | 1% | 0.64% | - |
| HSV(B) | 205.76º | 0.72% | 1% | - |
| XYZ | 36.17 | 39.61 | 100.35 | - |
| YUV | 153.61 | 185.21 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 176 | 255 | 0.72 | 0.31 | 0 | 0 | 205.76 | 1 | 0.64 |
| Hex | 47 | B0 | FF | 48 | 1F | 0 | 0 | CE | 64 | 40 |
| Octal | 107 | 260 | 377 | 110 | 37 | 0 | 0 | 316 | 144 | 100 |
| Binary | 1000111 | 10110000 | 11111111 | 1001000 | 11111 | 0 | 0 | 11001110 | 1100100 | 1000000 |
Color Harmonies of #47B0FF
Complementary color
Monochromatic Colors of #47B0FF
Black with #47B0FF
Text Example
Text Example
White with #47B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B0FF; }
p { color: rgb(71,176,255); }
H1.HeaderClassName
{
color: #47B0FF;
}
.AnyTagClassName
{
color: #47B0FF;
}
</style>
background-color css
<style>
a { background-color: #47B0FF; }
a { background-color: rgb(71,176,255); }
div.DivClassName
{
background-color: #47B0FF;
}
.BgClassName
{
background-color: #47B0FF;
}
</style>
border-color css
<style>
span { border-color: #47B0FF; }
span { border-color: rgb(71,176,255); }
td.TdClassName
{
border-color: #47B0FF;
}
.TagClassName
{
border-color: #47B0FF;
}
</style>