Shades of Summer Sky #47BEDC
Tints of Summer Sky #47BEDC
RGB
CMYK
RGB Variations
Color information
#47BEDC (or 0x47BEDC) is known color: Summer Sky. HEX triplet: 47, BE and DC. RGB value is (71,190,220). Sum of RGB (Red+Green+Blue) = 71+190+220=481 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.76% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #47BEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BEDC is #B84123. Grayscale: #9D9D9D. Windows color (decimal): -12075300 or 14466631. OLE color: 14466631.
HSL color Cylindrical-coordinate representation of color #47BEDC: hue angle of 192.08º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47BEDC is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 190 | 220 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.14 |
| HSL | 192.08º | 0.68% | 0.57% | - |
| HSV(B) | 192.08º | 0.68% | 0.86% | - |
| XYZ | 33.93 | 43.33 | 74.29 | - |
| YUV | 157.84 | 163.08 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 190 | 220 | 0.68 | 0.14 | 0 | 0.14 | 192.08 | 0.68 | 0.57 |
| Hex | 47 | BE | DC | 44 | E | 0 | E | C0 | 44 | 39 |
| Octal | 107 | 276 | 334 | 104 | 16 | 0 | 16 | 300 | 104 | 71 |
| Binary | 1000111 | 10111110 | 11011100 | 1000100 | 1110 | 0 | 1110 | 11000000 | 1000100 | 111001 |
Color Harmonies of #47BEDC
Complementary color
Monochromatic Colors of #47BEDC
Black with #47BEDC
Text Example
Text Example
White with #47BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BEDC; }
p { color: rgb(71,190,220); }
H1.HeaderClassName
{
color: #47BEDC;
}
.AnyTagClassName
{
color: #47BEDC;
}
</style>
background-color css
<style>
a { background-color: #47BEDC; }
a { background-color: rgb(71,190,220); }
div.DivClassName
{
background-color: #47BEDC;
}
.BgClassName
{
background-color: #47BEDC;
}
</style>
border-color css
<style>
span { border-color: #47BEDC; }
span { border-color: rgb(71,190,220); }
td.TdClassName
{
border-color: #47BEDC;
}
.TagClassName
{
border-color: #47BEDC;
}
</style>