Shades of Viking #47C2D6
Tints of Viking #47C2D6
RGB
CMYK
RGB Variations
Color information
#47C2D6 (or 0x47C2D6) is known color: Viking. HEX triplet: 47, C2 and D6. RGB value is (71,194,214). Sum of RGB (Red+Green+Blue) = 71+194+214=479 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.82% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 214 (83.98% from 255 or 44.68% from 479); Max value from RGB is 214 - color contains mainly: blue. Hex color #47C2D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C2D6 is #B83D29. Grayscale: #9F9F9F. Windows color (decimal): -12074282 or 14074439. OLE color: 14074439.
HSL color Cylindrical-coordinate representation of color #47C2D6: hue angle of 188.39º 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 #47C2D6 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 194 | 214 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.16 |
| HSL | 188.39º | 0.64% | 0.56% | - |
| HSV(B) | 188.39º | 0.67% | 0.84% | - |
| XYZ | 34.03 | 44.78 | 70.47 | - |
| YUV | 159.5 | 158.75 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 194 | 214 | 0.67 | 0.09 | 0 | 0.16 | 188.39 | 0.64 | 0.56 |
| Hex | 47 | C2 | D6 | 43 | 9 | 0 | 10 | BC | 40 | 38 |
| Octal | 107 | 302 | 326 | 103 | 11 | 0 | 20 | 274 | 100 | 70 |
| Binary | 1000111 | 11000010 | 11010110 | 1000011 | 1001 | 0 | 10000 | 10111100 | 1000000 | 111000 |
Color Harmonies of #47C2D6
Complementary color
Monochromatic Colors of #47C2D6
Black with #47C2D6
Text Example
Text Example
White with #47C2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C2D6; }
p { color: rgb(71,194,214); }
H1.HeaderClassName
{
color: #47C2D6;
}
.AnyTagClassName
{
color: #47C2D6;
}
</style>
background-color css
<style>
a { background-color: #47C2D6; }
a { background-color: rgb(71,194,214); }
div.DivClassName
{
background-color: #47C2D6;
}
.BgClassName
{
background-color: #47C2D6;
}
</style>
border-color css
<style>
span { border-color: #47C2D6; }
span { border-color: rgb(71,194,214); }
td.TdClassName
{
border-color: #47C2D6;
}
.TagClassName
{
border-color: #47C2D6;
}
</style>