Shades of Summer Sky #47BFEC
Tints of Summer Sky #47BFEC
RGB
CMYK
RGB Variations
Color information
#47BFEC (or 0x47BFEC) is known color: Summer Sky. HEX triplet: 47, BF and EC. RGB value is (71,191,236). Sum of RGB (Red+Green+Blue) = 71+191+236=498 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.26% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #47BFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47BFEC is #B84013. Grayscale: #9F9F9F. Windows color (decimal): -12075028 or 15515463. OLE color: 15515463.
HSL color Cylindrical-coordinate representation of color #47BFEC: hue angle of 196.36º degrees, saturation: 0.81, 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 #47BFEC is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 191 | 236 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.07 |
| HSL | 196.36º | 0.81% | 0.6% | - |
| HSV(B) | 196.36º | 0.7% | 0.93% | - |
| XYZ | 36.37 | 44.66 | 86.06 | - |
| YUV | 160.25 | 170.74 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 191 | 236 | 0.70 | 0.19 | 0 | 0.07 | 196.36 | 0.81 | 0.6 |
| Hex | 47 | BF | EC | 46 | 13 | 0 | 7 | C4 | 51 | 3C |
| Octal | 107 | 277 | 354 | 106 | 23 | 0 | 7 | 304 | 121 | 74 |
| Binary | 1000111 | 10111111 | 11101100 | 1000110 | 10011 | 0 | 111 | 11000100 | 1010001 | 111100 |
Color Harmonies of #47BFEC
Complementary color
Monochromatic Colors of #47BFEC
Black with #47BFEC
Text Example
Text Example
White with #47BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BFEC; }
p { color: rgb(71,191,236); }
H1.HeaderClassName
{
color: #47BFEC;
}
.AnyTagClassName
{
color: #47BFEC;
}
</style>
background-color css
<style>
a { background-color: #47BFEC; }
a { background-color: rgb(71,191,236); }
div.DivClassName
{
background-color: #47BFEC;
}
.BgClassName
{
background-color: #47BFEC;
}
</style>
border-color css
<style>
span { border-color: #47BFEC; }
span { border-color: rgb(71,191,236); }
td.TdClassName
{
border-color: #47BFEC;
}
.TagClassName
{
border-color: #47BFEC;
}
</style>