Shades of Viking #47BCCC
Tints of Viking #47BCCC
RGB
CMYK
RGB Variations
Color information
#47BCCC (or 0x47BCCC) is known color: Viking. HEX triplet: 47, BC and CC. RGB value is (71,188,204). Sum of RGB (Red+Green+Blue) = 71+188+204=463 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.33% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #47BCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BCCC is #B84333. Grayscale: #9A9A9A. Windows color (decimal): -12075828 or 13417543. OLE color: 13417543.
HSL color Cylindrical-coordinate representation of color #47BCCC: hue angle of 187.22º 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 #47BCCC is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 188 | 204 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.2 |
| HSL | 187.22º | 0.57% | 0.54% | - |
| HSV(B) | 187.22º | 0.65% | 0.8% | - |
| XYZ | 31.48 | 41.67 | 63.51 | - |
| YUV | 154.84 | 155.74 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 188 | 204 | 0.65 | 0.08 | 0 | 0.2 | 187.22 | 0.57 | 0.54 |
| Hex | 47 | BC | CC | 41 | 8 | 0 | 14 | BB | 39 | 36 |
| Octal | 107 | 274 | 314 | 101 | 10 | 0 | 24 | 273 | 71 | 66 |
| Binary | 1000111 | 10111100 | 11001100 | 1000001 | 1000 | 0 | 10100 | 10111011 | 111001 | 110110 |
Color Harmonies of #47BCCC
Complementary color
Monochromatic Colors of #47BCCC
Black with #47BCCC
Text Example
Text Example
White with #47BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BCCC; }
p { color: rgb(71,188,204); }
H1.HeaderClassName
{
color: #47BCCC;
}
.AnyTagClassName
{
color: #47BCCC;
}
</style>
background-color css
<style>
a { background-color: #47BCCC; }
a { background-color: rgb(71,188,204); }
div.DivClassName
{
background-color: #47BCCC;
}
.BgClassName
{
background-color: #47BCCC;
}
</style>
border-color css
<style>
span { border-color: #47BCCC; }
span { border-color: rgb(71,188,204); }
td.TdClassName
{
border-color: #47BCCC;
}
.TagClassName
{
border-color: #47BCCC;
}
</style>