Shades of Viking #47BCCD
Tints of Viking #47BCCD
RGB
CMYK
RGB Variations
Color information
#47BCCD (or 0x47BCCD) is known color: Viking. HEX triplet: 47, BC and CD. RGB value is (71,188,205). Sum of RGB (Red+Green+Blue) = 71+188+205=464 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.30% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #47BCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BCCD is #B84332. Grayscale: #9A9A9A. Windows color (decimal): -12075827 or 13483079. OLE color: 13483079.
HSL color Cylindrical-coordinate representation of color #47BCCD: hue angle of 187.61º 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 #47BCCD is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 188 | 205 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.20 |
| HSL | 187.61º | 0.57% | 0.54% | - |
| HSV(B) | 187.61º | 0.65% | 0.8% | - |
| XYZ | 31.6 | 41.71 | 64.14 | - |
| YUV | 154.96 | 156.24 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 188 | 205 | 0.65 | 0.08 | 0 | 0.20 | 187.61 | 0.57 | 0.54 |
| Hex | 47 | BC | CD | 41 | 8 | 0 | 14 | BC | 39 | 36 |
| Octal | 107 | 274 | 315 | 101 | 10 | 0 | 24 | 274 | 71 | 66 |
| Binary | 1000111 | 10111100 | 11001101 | 1000001 | 1000 | 0 | 10100 | 10111100 | 111001 | 110110 |
Color Harmonies of #47BCCD
Complementary color
Monochromatic Colors of #47BCCD
Black with #47BCCD
Text Example
Text Example
White with #47BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BCCD; }
p { color: rgb(71,188,205); }
H1.HeaderClassName
{
color: #47BCCD;
}
.AnyTagClassName
{
color: #47BCCD;
}
</style>
background-color css
<style>
a { background-color: #47BCCD; }
a { background-color: rgb(71,188,205); }
div.DivClassName
{
background-color: #47BCCD;
}
.BgClassName
{
background-color: #47BCCD;
}
</style>
border-color css
<style>
span { border-color: #47BCCD; }
span { border-color: rgb(71,188,205); }
td.TdClassName
{
border-color: #47BCCD;
}
.TagClassName
{
border-color: #47BCCD;
}
</style>