Shades of Viking #47BBC5
Tints of Viking #47BBC5
RGB
CMYK
RGB Variations
Color information
#47BBC5 (or 0x47BBC5) is known color: Viking. HEX triplet: 47, BB and C5. RGB value is (71,187,197). Sum of RGB (Red+Green+Blue) = 71+187+197=455 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.60% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 197 - color contains mainly: blue. Hex color #47BBC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BBC5 is #B8443A. Grayscale: #999999. Windows color (decimal): -12076091 or 12958535. OLE color: 12958535.
HSL color Cylindrical-coordinate representation of color #47BBC5: hue angle of 184.76º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47BBC5 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 187 | 197 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.23 |
| HSL | 184.76º | 0.52% | 0.53% | - |
| HSV(B) | 184.76º | 0.64% | 0.77% | - |
| XYZ | 30.45 | 40.91 | 59.12 | - |
| YUV | 153.46 | 152.57 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 187 | 197 | 0.64 | 0.05 | 0 | 0.23 | 184.76 | 0.52 | 0.53 |
| Hex | 47 | BB | C5 | 40 | 5 | 0 | 17 | B9 | 34 | 35 |
| Octal | 107 | 273 | 305 | 100 | 5 | 0 | 27 | 271 | 64 | 65 |
| Binary | 1000111 | 10111011 | 11000101 | 1000000 | 101 | 0 | 10111 | 10111001 | 110100 | 110101 |
Color Harmonies of #47BBC5
Complementary color
Monochromatic Colors of #47BBC5
Black with #47BBC5
Text Example
Text Example
White with #47BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BBC5; }
p { color: rgb(71,187,197); }
H1.HeaderClassName
{
color: #47BBC5;
}
.AnyTagClassName
{
color: #47BBC5;
}
</style>
background-color css
<style>
a { background-color: #47BBC5; }
a { background-color: rgb(71,187,197); }
div.DivClassName
{
background-color: #47BBC5;
}
.BgClassName
{
background-color: #47BBC5;
}
</style>
border-color css
<style>
span { border-color: #47BBC5; }
span { border-color: rgb(71,187,197); }
td.TdClassName
{
border-color: #47BBC5;
}
.TagClassName
{
border-color: #47BBC5;
}
</style>