Shades of Viking #47BCD6
Tints of Viking #47BCD6
RGB
CMYK
RGB Variations
Color information
#47BCD6 (or 0x47BCD6) is known color: Viking. HEX triplet: 47, BC and D6. RGB value is (71,188,214). Sum of RGB (Red+Green+Blue) = 71+188+214=473 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.01% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #47BCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BCD6 is #B84329. Grayscale: #9B9B9B. Windows color (decimal): -12075818 or 14072903. OLE color: 14072903.
HSL color Cylindrical-coordinate representation of color #47BCD6: hue angle of 190.91º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47BCD6 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 188 | 214 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.16 |
| HSL | 190.91º | 0.64% | 0.56% | - |
| HSV(B) | 190.91º | 0.67% | 0.84% | - |
| XYZ | 32.72 | 42.16 | 70.03 | - |
| YUV | 155.98 | 160.74 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 188 | 214 | 0.67 | 0.12 | 0 | 0.16 | 190.91 | 0.64 | 0.56 |
| Hex | 47 | BC | D6 | 43 | C | 0 | 10 | BF | 40 | 38 |
| Octal | 107 | 274 | 326 | 103 | 14 | 0 | 20 | 277 | 100 | 70 |
| Binary | 1000111 | 10111100 | 11010110 | 1000011 | 1100 | 0 | 10000 | 10111111 | 1000000 | 111000 |
Color Harmonies of #47BCD6
Complementary color
Monochromatic Colors of #47BCD6
Black with #47BCD6
Text Example
Text Example
White with #47BCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BCD6; }
p { color: rgb(71,188,214); }
H1.HeaderClassName
{
color: #47BCD6;
}
.AnyTagClassName
{
color: #47BCD6;
}
</style>
background-color css
<style>
a { background-color: #47BCD6; }
a { background-color: rgb(71,188,214); }
div.DivClassName
{
background-color: #47BCD6;
}
.BgClassName
{
background-color: #47BCD6;
}
</style>
border-color css
<style>
span { border-color: #47BCD6; }
span { border-color: rgb(71,188,214); }
td.TdClassName
{
border-color: #47BCD6;
}
.TagClassName
{
border-color: #47BCD6;
}
</style>