Shades of Viking #47BCD4
Tints of Viking #47BCD4
RGB
CMYK
RGB Variations
Color information
#47BCD4 (or 0x47BCD4) is known color: Viking. HEX triplet: 47, BC and D4. RGB value is (71,188,212). Sum of RGB (Red+Green+Blue) = 71+188+212=471 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.07% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 212 - color contains mainly: blue. Hex color #47BCD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BCD4 is #B8432B. Grayscale: #9B9B9B. Windows color (decimal): -12075820 or 13941831. OLE color: 13941831.
HSL color Cylindrical-coordinate representation of color #47BCD4: hue angle of 190.21º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47BCD4 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 71 | 188 | 212 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.17 |
| HSL | 190.21º | 0.62% | 0.55% | - |
| HSV(B) | 190.21º | 0.67% | 0.83% | - |
| XYZ | 32.47 | 42.06 | 68.69 | - |
| YUV | 155.75 | 159.74 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 188 | 212 | 0.67 | 0.11 | 0 | 0.17 | 190.21 | 0.62 | 0.55 |
| Hex | 47 | BC | D4 | 43 | B | 0 | 11 | BE | 3E | 37 |
| Octal | 107 | 274 | 324 | 103 | 13 | 0 | 21 | 276 | 76 | 67 |
| Binary | 1000111 | 10111100 | 11010100 | 1000011 | 1011 | 0 | 10001 | 10111110 | 111110 | 110111 |
Color Harmonies of #47BCD4
Complementary color
Monochromatic Colors of #47BCD4
Black with #47BCD4
Text Example
Text Example
White with #47BCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BCD4; }
p { color: rgb(71,188,212); }
H1.HeaderClassName
{
color: #47BCD4;
}
.AnyTagClassName
{
color: #47BCD4;
}
</style>
background-color css
<style>
a { background-color: #47BCD4; }
a { background-color: rgb(71,188,212); }
div.DivClassName
{
background-color: #47BCD4;
}
.BgClassName
{
background-color: #47BCD4;
}
</style>
border-color css
<style>
span { border-color: #47BCD4; }
span { border-color: rgb(71,188,212); }
td.TdClassName
{
border-color: #47BCD4;
}
.TagClassName
{
border-color: #47BCD4;
}
</style>