Shades of Viking #47BBD5
Tints of Viking #47BBD5
RGB
CMYK
RGB Variations
Color information
#47BBD5 (or 0x47BBD5) is known color: Viking. HEX triplet: 47, BB and D5. RGB value is (71,187,213). Sum of RGB (Red+Green+Blue) = 71+187+213=471 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.07% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #47BBD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BBD5 is #B8442A. Grayscale: #9B9B9B. Windows color (decimal): -12076075 or 14007111. OLE color: 14007111.
HSL color Cylindrical-coordinate representation of color #47BBD5: hue angle of 190.99º degrees, saturation: 0.63, 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 #47BBD5 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 187 | 213 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.16 |
| HSL | 190.99º | 0.63% | 0.56% | - |
| HSV(B) | 190.99º | 0.67% | 0.84% | - |
| XYZ | 32.38 | 41.68 | 69.29 | - |
| YUV | 155.28 | 160.57 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 187 | 213 | 0.67 | 0.12 | 0 | 0.16 | 190.99 | 0.63 | 0.56 |
| Hex | 47 | BB | D5 | 43 | C | 0 | 10 | BF | 3F | 38 |
| Octal | 107 | 273 | 325 | 103 | 14 | 0 | 20 | 277 | 77 | 70 |
| Binary | 1000111 | 10111011 | 11010101 | 1000011 | 1100 | 0 | 10000 | 10111111 | 111111 | 111000 |
Color Harmonies of #47BBD5
Complementary color
Monochromatic Colors of #47BBD5
Black with #47BBD5
Text Example
Text Example
White with #47BBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BBD5; }
p { color: rgb(71,187,213); }
H1.HeaderClassName
{
color: #47BBD5;
}
.AnyTagClassName
{
color: #47BBD5;
}
</style>
background-color css
<style>
a { background-color: #47BBD5; }
a { background-color: rgb(71,187,213); }
div.DivClassName
{
background-color: #47BBD5;
}
.BgClassName
{
background-color: #47BBD5;
}
</style>
border-color css
<style>
span { border-color: #47BBD5; }
span { border-color: rgb(71,187,213); }
td.TdClassName
{
border-color: #47BBD5;
}
.TagClassName
{
border-color: #47BBD5;
}
</style>