Shades of Summer Sky #47B0DC
Tints of Summer Sky #47B0DC
RGB
CMYK
RGB Variations
Color information
#47B0DC (or 0x47B0DC) is known color: Summer Sky. HEX triplet: 47, B0 and DC. RGB value is (71,176,220). Sum of RGB (Red+Green+Blue) = 71+176+220=467 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.20% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #47B0DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47B0DC is #B84F23. Grayscale: #959595. Windows color (decimal): -12078884 or 14463047. OLE color: 14463047.
HSL color Cylindrical-coordinate representation of color #47B0DC: hue angle of 197.72º 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 #47B0DC is Cyan = 0.68, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 176 | 220 | - |
| CMYK | 0.68 | 0.2 | 0 | 0.14 |
| HSL | 197.72º | 0.68% | 0.57% | - |
| HSV(B) | 197.72º | 0.68% | 0.86% | - |
| XYZ | 31.04 | 37.56 | 73.32 | - |
| YUV | 149.62 | 167.71 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 176 | 220 | 0.68 | 0.2 | 0 | 0.14 | 197.72 | 0.68 | 0.57 |
| Hex | 47 | B0 | DC | 44 | 14 | 0 | E | C6 | 44 | 39 |
| Octal | 107 | 260 | 334 | 104 | 24 | 0 | 16 | 306 | 104 | 71 |
| Binary | 1000111 | 10110000 | 11011100 | 1000100 | 10100 | 0 | 1110 | 11000110 | 1000100 | 111001 |
Color Harmonies of #47B0DC
Complementary color
Monochromatic Colors of #47B0DC
Black with #47B0DC
Text Example
Text Example
White with #47B0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B0DC; }
p { color: rgb(71,176,220); }
H1.HeaderClassName
{
color: #47B0DC;
}
.AnyTagClassName
{
color: #47B0DC;
}
</style>
background-color css
<style>
a { background-color: #47B0DC; }
a { background-color: rgb(71,176,220); }
div.DivClassName
{
background-color: #47B0DC;
}
.BgClassName
{
background-color: #47B0DC;
}
</style>
border-color css
<style>
span { border-color: #47B0DC; }
span { border-color: rgb(71,176,220); }
td.TdClassName
{
border-color: #47B0DC;
}
.TagClassName
{
border-color: #47B0DC;
}
</style>