Shades of Viking #47BAD7
Tints of Viking #47BAD7
RGB
CMYK
RGB Variations
Color information
#47BAD7 (or 0x47BAD7) is known color: Viking. HEX triplet: 47, BA and D7. RGB value is (71,186,215). Sum of RGB (Red+Green+Blue) = 71+186+215=472 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.04% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 215 - color contains mainly: blue. Hex color #47BAD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BAD7 is #B84528. Grayscale: #9A9A9A. Windows color (decimal): -12076329 or 14137927. OLE color: 14137927.
HSL color Cylindrical-coordinate representation of color #47BAD7: hue angle of 192.08º 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 #47BAD7 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 186 | 215 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.16 |
| HSL | 192.08º | 0.64% | 0.56% | - |
| HSV(B) | 192.08º | 0.67% | 0.84% | - |
| XYZ | 32.42 | 41.36 | 70.57 | - |
| YUV | 154.92 | 161.9 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 215 | 0.67 | 0.13 | 0 | 0.16 | 192.08 | 0.64 | 0.56 |
| Hex | 47 | BA | D7 | 43 | D | 0 | 10 | C0 | 40 | 38 |
| Octal | 107 | 272 | 327 | 103 | 15 | 0 | 20 | 300 | 100 | 70 |
| Binary | 1000111 | 10111010 | 11010111 | 1000011 | 1101 | 0 | 10000 | 11000000 | 1000000 | 111000 |
Color Harmonies of #47BAD7
Complementary color
Monochromatic Colors of #47BAD7
Black with #47BAD7
Text Example
Text Example
White with #47BAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BAD7; }
p { color: rgb(71,186,215); }
H1.HeaderClassName
{
color: #47BAD7;
}
.AnyTagClassName
{
color: #47BAD7;
}
</style>
background-color css
<style>
a { background-color: #47BAD7; }
a { background-color: rgb(71,186,215); }
div.DivClassName
{
background-color: #47BAD7;
}
.BgClassName
{
background-color: #47BAD7;
}
</style>
border-color css
<style>
span { border-color: #47BAD7; }
span { border-color: rgb(71,186,215); }
td.TdClassName
{
border-color: #47BAD7;
}
.TagClassName
{
border-color: #47BAD7;
}
</style>