Shades of Viking #50B1D9
Tints of Viking #50B1D9
RGB
CMYK
RGB Variations
Color information
#50B1D9 (or 0x50B1D9) is known color: Viking. HEX triplet: 50, B1 and D9. RGB value is (80,177,217). Sum of RGB (Red+Green+Blue) = 80+177+217=474 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.88% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 217 - color contains mainly: blue. Hex color #50B1D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50B1D9 is #AF4E26. Grayscale: #989898. Windows color (decimal): -11488807 or 14266704. OLE color: 14266704.
HSL color Cylindrical-coordinate representation of color #50B1D9: hue angle of 197.52º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50B1D9 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 177 | 217 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.15 |
| HSL | 197.52º | 0.64% | 0.58% | - |
| HSV(B) | 197.52º | 0.63% | 0.85% | - |
| XYZ | 31.55 | 38.16 | 71.35 | - |
| YUV | 152.56 | 164.36 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 177 | 217 | 0.63 | 0.18 | 0 | 0.15 | 197.52 | 0.64 | 0.58 |
| Hex | 50 | B1 | D9 | 3F | 12 | 0 | F | C6 | 40 | 3A |
| Octal | 120 | 261 | 331 | 77 | 22 | 0 | 17 | 306 | 100 | 72 |
| Binary | 1010000 | 10110001 | 11011001 | 111111 | 10010 | 0 | 1111 | 11000110 | 1000000 | 111010 |
Color Harmonies of #50B1D9
Complementary color
Monochromatic Colors of #50B1D9
Black with #50B1D9
Text Example
Text Example
White with #50B1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B1D9; }
p { color: rgb(80,177,217); }
H1.HeaderClassName
{
color: #50B1D9;
}
.AnyTagClassName
{
color: #50B1D9;
}
</style>
background-color css
<style>
a { background-color: #50B1D9; }
a { background-color: rgb(80,177,217); }
div.DivClassName
{
background-color: #50B1D9;
}
.BgClassName
{
background-color: #50B1D9;
}
</style>
border-color css
<style>
span { border-color: #50B1D9; }
span { border-color: rgb(80,177,217); }
td.TdClassName
{
border-color: #50B1D9;
}
.TagClassName
{
border-color: #50B1D9;
}
</style>