Shades of Summer Sky #47B7ED
Tints of Summer Sky #47B7ED
RGB
CMYK
RGB Variations
Color information
#47B7ED (or 0x47B7ED) is known color: Summer Sky. HEX triplet: 47, B7 and ED. RGB value is (71,183,237). Sum of RGB (Red+Green+Blue) = 71+183+237=491 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.46% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #47B7ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47B7ED is #B84812. Grayscale: #9B9B9B. Windows color (decimal): -12077075 or 15578951. OLE color: 15578951.
HSL color Cylindrical-coordinate representation of color #47B7ED: hue angle of 199.52º 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 #47B7ED is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 183 | 237 | - |
| CMYK | 0.70 | 0.23 | 0 | 0.07 |
| HSL | 199.52º | 0.82% | 0.6% | - |
| HSV(B) | 199.52º | 0.7% | 0.93% | - |
| XYZ | 34.82 | 41.32 | 86.26 | - |
| YUV | 155.67 | 173.89 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 183 | 237 | 0.70 | 0.23 | 0 | 0.07 | 199.52 | 0.82 | 0.6 |
| Hex | 47 | B7 | ED | 46 | 17 | 0 | 7 | C8 | 52 | 3C |
| Octal | 107 | 267 | 355 | 106 | 27 | 0 | 7 | 310 | 122 | 74 |
| Binary | 1000111 | 10110111 | 11101101 | 1000110 | 10111 | 0 | 111 | 11001000 | 1010010 | 111100 |
Color Harmonies of #47B7ED
Complementary color
Monochromatic Colors of #47B7ED
Black with #47B7ED
Text Example
Text Example
White with #47B7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B7ED; }
p { color: rgb(71,183,237); }
H1.HeaderClassName
{
color: #47B7ED;
}
.AnyTagClassName
{
color: #47B7ED;
}
</style>
background-color css
<style>
a { background-color: #47B7ED; }
a { background-color: rgb(71,183,237); }
div.DivClassName
{
background-color: #47B7ED;
}
.BgClassName
{
background-color: #47B7ED;
}
</style>
border-color css
<style>
span { border-color: #47B7ED; }
span { border-color: rgb(71,183,237); }
td.TdClassName
{
border-color: #47B7ED;
}
.TagClassName
{
border-color: #47B7ED;
}
</style>