Shades of Viking #50B3DB
Tints of Viking #50B3DB
RGB
CMYK
RGB Variations
Color information
#50B3DB (or 0x50B3DB) is known color: Viking. HEX triplet: 50, B3 and DB. RGB value is (80,179,219). Sum of RGB (Red+Green+Blue) = 80+179+219=478 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.74% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #50B3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B3DB is #AF4C24. Grayscale: #999999. Windows color (decimal): -11488293 or 14398288. OLE color: 14398288.
HSL color Cylindrical-coordinate representation of color #50B3DB: hue angle of 197.27º 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 #50B3DB is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 179 | 219 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.14 |
| HSL | 197.27º | 0.66% | 0.59% | - |
| HSV(B) | 197.27º | 0.63% | 0.86% | - |
| XYZ | 32.21 | 39.06 | 72.86 | - |
| YUV | 153.96 | 164.7 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 179 | 219 | 0.63 | 0.18 | 0 | 0.14 | 197.27 | 0.66 | 0.59 |
| Hex | 50 | B3 | DB | 3F | 12 | 0 | E | C5 | 42 | 3B |
| Octal | 120 | 263 | 333 | 77 | 22 | 0 | 16 | 305 | 102 | 73 |
| Binary | 1010000 | 10110011 | 11011011 | 111111 | 10010 | 0 | 1110 | 11000101 | 1000010 | 111011 |
Color Harmonies of #50B3DB
Complementary color
Monochromatic Colors of #50B3DB
Black with #50B3DB
Text Example
Text Example
White with #50B3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B3DB; }
p { color: rgb(80,179,219); }
H1.HeaderClassName
{
color: #50B3DB;
}
.AnyTagClassName
{
color: #50B3DB;
}
</style>
background-color css
<style>
a { background-color: #50B3DB; }
a { background-color: rgb(80,179,219); }
div.DivClassName
{
background-color: #50B3DB;
}
.BgClassName
{
background-color: #50B3DB;
}
</style>
border-color css
<style>
span { border-color: #50B3DB; }
span { border-color: rgb(80,179,219); }
td.TdClassName
{
border-color: #50B3DB;
}
.TagClassName
{
border-color: #50B3DB;
}
</style>