Shades of Viking #50B6DB
Tints of Viking #50B6DB
RGB
CMYK
RGB Variations
Color information
#50B6DB (or 0x50B6DB) is known color: Viking. HEX triplet: 50, B6 and DB. RGB value is (80,182,219). Sum of RGB (Red+Green+Blue) = 80+182+219=481 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.63% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #50B6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B6DB is #AF4924. Grayscale: #9B9B9B. Windows color (decimal): -11487525 or 14399056. OLE color: 14399056.
HSL color Cylindrical-coordinate representation of color #50B6DB: hue angle of 195.97º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50B6DB is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 182 | 219 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.14 |
| HSL | 195.97º | 0.66% | 0.59% | - |
| HSV(B) | 195.97º | 0.63% | 0.86% | - |
| XYZ | 32.82 | 40.28 | 73.06 | - |
| YUV | 155.72 | 163.71 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 182 | 219 | 0.63 | 0.17 | 0 | 0.14 | 195.97 | 0.66 | 0.59 |
| Hex | 50 | B6 | DB | 3F | 11 | 0 | E | C4 | 42 | 3B |
| Octal | 120 | 266 | 333 | 77 | 21 | 0 | 16 | 304 | 102 | 73 |
| Binary | 1010000 | 10110110 | 11011011 | 111111 | 10001 | 0 | 1110 | 11000100 | 1000010 | 111011 |
Color Harmonies of #50B6DB
Complementary color
Monochromatic Colors of #50B6DB
Black with #50B6DB
Text Example
Text Example
White with #50B6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B6DB; }
p { color: rgb(80,182,219); }
H1.HeaderClassName
{
color: #50B6DB;
}
.AnyTagClassName
{
color: #50B6DB;
}
</style>
background-color css
<style>
a { background-color: #50B6DB; }
a { background-color: rgb(80,182,219); }
div.DivClassName
{
background-color: #50B6DB;
}
.BgClassName
{
background-color: #50B6DB;
}
</style>
border-color css
<style>
span { border-color: #50B6DB; }
span { border-color: rgb(80,182,219); }
td.TdClassName
{
border-color: #50B6DB;
}
.TagClassName
{
border-color: #50B6DB;
}
</style>