Shades of Viking #47BDCD
Tints of Viking #47BDCD
RGB
CMYK
RGB Variations
Color information
#47BDCD (or 0x47BDCD) is known color: Viking. HEX triplet: 47, BD and CD. RGB value is (71,189,205). Sum of RGB (Red+Green+Blue) = 71+189+205=465 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.27% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #47BDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BDCD is #B84232. Grayscale: #9B9B9B. Windows color (decimal): -12075571 or 13483335. OLE color: 13483335.
HSL color Cylindrical-coordinate representation of color #47BDCD: hue angle of 187.16º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47BDCD is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 189 | 205 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.20 |
| HSL | 187.16º | 0.57% | 0.54% | - |
| HSV(B) | 187.16º | 0.65% | 0.8% | - |
| XYZ | 31.82 | 42.14 | 64.22 | - |
| YUV | 155.54 | 155.91 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 189 | 205 | 0.65 | 0.08 | 0 | 0.20 | 187.16 | 0.57 | 0.54 |
| Hex | 47 | BD | CD | 41 | 8 | 0 | 14 | BB | 39 | 36 |
| Octal | 107 | 275 | 315 | 101 | 10 | 0 | 24 | 273 | 71 | 66 |
| Binary | 1000111 | 10111101 | 11001101 | 1000001 | 1000 | 0 | 10100 | 10111011 | 111001 | 110110 |
Color Harmonies of #47BDCD
Complementary color
Monochromatic Colors of #47BDCD
Black with #47BDCD
Text Example
Text Example
White with #47BDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BDCD; }
p { color: rgb(71,189,205); }
H1.HeaderClassName
{
color: #47BDCD;
}
.AnyTagClassName
{
color: #47BDCD;
}
</style>
background-color css
<style>
a { background-color: #47BDCD; }
a { background-color: rgb(71,189,205); }
div.DivClassName
{
background-color: #47BDCD;
}
.BgClassName
{
background-color: #47BDCD;
}
</style>
border-color css
<style>
span { border-color: #47BDCD; }
span { border-color: rgb(71,189,205); }
td.TdClassName
{
border-color: #47BDCD;
}
.TagClassName
{
border-color: #47BDCD;
}
</style>