Shades of Summer Sky #47BCED
Tints of Summer Sky #47BCED
RGB
CMYK
RGB Variations
Color information
#47BCED (or 0x47BCED) is known color: Summer Sky. HEX triplet: 47, BC and ED. RGB value is (71,188,237). Sum of RGB (Red+Green+Blue) = 71+188+237=496 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.31% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #47BCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47BCED is #B84312. Grayscale: #9E9E9E. Windows color (decimal): -12075795 or 15580231. OLE color: 15580231.
HSL color Cylindrical-coordinate representation of color #47BCED: hue angle of 197.71º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47BCED is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 188 | 237 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.07 |
| HSL | 197.71º | 0.82% | 0.6% | - |
| HSV(B) | 197.71º | 0.7% | 0.93% | - |
| XYZ | 35.87 | 43.42 | 86.61 | - |
| YUV | 158.6 | 172.24 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 188 | 237 | 0.70 | 0.21 | 0 | 0.07 | 197.71 | 0.82 | 0.6 |
| Hex | 47 | BC | ED | 46 | 15 | 0 | 7 | C6 | 52 | 3C |
| Octal | 107 | 274 | 355 | 106 | 25 | 0 | 7 | 306 | 122 | 74 |
| Binary | 1000111 | 10111100 | 11101101 | 1000110 | 10101 | 0 | 111 | 11000110 | 1010010 | 111100 |
Color Harmonies of #47BCED
Complementary color
Monochromatic Colors of #47BCED
Black with #47BCED
Text Example
Text Example
White with #47BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BCED; }
p { color: rgb(71,188,237); }
H1.HeaderClassName
{
color: #47BCED;
}
.AnyTagClassName
{
color: #47BCED;
}
</style>
background-color css
<style>
a { background-color: #47BCED; }
a { background-color: rgb(71,188,237); }
div.DivClassName
{
background-color: #47BCED;
}
.BgClassName
{
background-color: #47BCED;
}
</style>
border-color css
<style>
span { border-color: #47BCED; }
span { border-color: rgb(71,188,237); }
td.TdClassName
{
border-color: #47BCED;
}
.TagClassName
{
border-color: #47BCED;
}
</style>