Shades of Viking #47BFD1
Tints of Viking #47BFD1
RGB
CMYK
RGB Variations
Color information
#47BFD1 (or 0x47BFD1) is known color: Viking. HEX triplet: 47, BF and D1. RGB value is (71,191,209). Sum of RGB (Red+Green+Blue) = 71+191+209=471 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.07% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 209 - color contains mainly: blue. Hex color #47BFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BFD1 is #B8402E. Grayscale: #9C9C9C. Windows color (decimal): -12075055 or 13745991. OLE color: 13745991.
HSL color Cylindrical-coordinate representation of color #47BFD1: hue angle of 187.83º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47BFD1 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 191 | 209 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.18 |
| HSL | 187.83º | 0.6% | 0.55% | - |
| HSV(B) | 187.83º | 0.66% | 0.82% | - |
| XYZ | 32.74 | 43.2 | 66.94 | - |
| YUV | 157.17 | 157.24 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 191 | 209 | 0.66 | 0.09 | 0 | 0.18 | 187.83 | 0.6 | 0.55 |
| Hex | 47 | BF | D1 | 42 | 9 | 0 | 12 | BC | 3C | 37 |
| Octal | 107 | 277 | 321 | 102 | 11 | 0 | 22 | 274 | 74 | 67 |
| Binary | 1000111 | 10111111 | 11010001 | 1000010 | 1001 | 0 | 10010 | 10111100 | 111100 | 110111 |
Color Harmonies of #47BFD1
Complementary color
Monochromatic Colors of #47BFD1
Black with #47BFD1
Text Example
Text Example
White with #47BFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BFD1; }
p { color: rgb(71,191,209); }
H1.HeaderClassName
{
color: #47BFD1;
}
.AnyTagClassName
{
color: #47BFD1;
}
</style>
background-color css
<style>
a { background-color: #47BFD1; }
a { background-color: rgb(71,191,209); }
div.DivClassName
{
background-color: #47BFD1;
}
.BgClassName
{
background-color: #47BFD1;
}
</style>
border-color css
<style>
span { border-color: #47BFD1; }
span { border-color: rgb(71,191,209); }
td.TdClassName
{
border-color: #47BFD1;
}
.TagClassName
{
border-color: #47BFD1;
}
</style>