Shades of Viking #47BCD5
Tints of Viking #47BCD5
RGB
CMYK
RGB Variations
Color information
#47BCD5 (or 0x47BCD5) is known color: Viking. HEX triplet: 47, BC and D5. RGB value is (71,188,213). Sum of RGB (Red+Green+Blue) = 71+188+213=472 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.04% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #47BCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BCD5 is #B8432A. Grayscale: #9B9B9B. Windows color (decimal): -12075819 or 14007367. OLE color: 14007367.
HSL color Cylindrical-coordinate representation of color #47BCD5: hue angle of 190.56º degrees, saturation: 0.63, 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 #47BCD5 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 188 | 213 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.16 |
| HSL | 190.56º | 0.63% | 0.56% | - |
| HSV(B) | 190.56º | 0.67% | 0.84% | - |
| XYZ | 32.59 | 42.11 | 69.36 | - |
| YUV | 155.87 | 160.24 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 188 | 213 | 0.67 | 0.12 | 0 | 0.16 | 190.56 | 0.63 | 0.56 |
| Hex | 47 | BC | D5 | 43 | C | 0 | 10 | BF | 3F | 38 |
| Octal | 107 | 274 | 325 | 103 | 14 | 0 | 20 | 277 | 77 | 70 |
| Binary | 1000111 | 10111100 | 11010101 | 1000011 | 1100 | 0 | 10000 | 10111111 | 111111 | 111000 |
Color Harmonies of #47BCD5
Complementary color
Monochromatic Colors of #47BCD5
Black with #47BCD5
Text Example
Text Example
White with #47BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BCD5; }
p { color: rgb(71,188,213); }
H1.HeaderClassName
{
color: #47BCD5;
}
.AnyTagClassName
{
color: #47BCD5;
}
</style>
background-color css
<style>
a { background-color: #47BCD5; }
a { background-color: rgb(71,188,213); }
div.DivClassName
{
background-color: #47BCD5;
}
.BgClassName
{
background-color: #47BCD5;
}
</style>
border-color css
<style>
span { border-color: #47BCD5; }
span { border-color: rgb(71,188,213); }
td.TdClassName
{
border-color: #47BCD5;
}
.TagClassName
{
border-color: #47BCD5;
}
</style>