Shades of Summer Sky #47BFED
Tints of Summer Sky #47BFED
RGB
CMYK
RGB Variations
Color information
#47BFED (or 0x47BFED) is known color: Summer Sky. HEX triplet: 47, BF and ED. RGB value is (71,191,237). Sum of RGB (Red+Green+Blue) = 71+191+237=499 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.23% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #47BFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47BFED is #B84012. Grayscale: #A0A0A0. Windows color (decimal): -12075027 or 15580999. OLE color: 15580999.
HSL color Cylindrical-coordinate representation of color #47BFED: hue angle of 196.63º 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 #47BFED is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 191 | 237 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.07 |
| HSL | 196.63º | 0.82% | 0.6% | - |
| HSV(B) | 196.63º | 0.7% | 0.93% | - |
| XYZ | 36.52 | 44.72 | 86.83 | - |
| YUV | 160.36 | 171.24 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 191 | 237 | 0.70 | 0.19 | 0 | 0.07 | 196.63 | 0.82 | 0.6 |
| Hex | 47 | BF | ED | 46 | 13 | 0 | 7 | C5 | 52 | 3C |
| Octal | 107 | 277 | 355 | 106 | 23 | 0 | 7 | 305 | 122 | 74 |
| Binary | 1000111 | 10111111 | 11101101 | 1000110 | 10011 | 0 | 111 | 11000101 | 1010010 | 111100 |
Color Harmonies of #47BFED
Complementary color
Monochromatic Colors of #47BFED
Black with #47BFED
Text Example
Text Example
White with #47BFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BFED; }
p { color: rgb(71,191,237); }
H1.HeaderClassName
{
color: #47BFED;
}
.AnyTagClassName
{
color: #47BFED;
}
</style>
background-color css
<style>
a { background-color: #47BFED; }
a { background-color: rgb(71,191,237); }
div.DivClassName
{
background-color: #47BFED;
}
.BgClassName
{
background-color: #47BFED;
}
</style>
border-color css
<style>
span { border-color: #47BFED; }
span { border-color: rgb(71,191,237); }
td.TdClassName
{
border-color: #47BFED;
}
.TagClassName
{
border-color: #47BFED;
}
</style>