Shades of Viking #50B2DB
Tints of Viking #50B2DB
RGB
CMYK
RGB Variations
Color information
#50B2DB (or 0x50B2DB) is known color: Viking. HEX triplet: 50, B2 and DB. RGB value is (80,178,219). Sum of RGB (Red+Green+Blue) = 80+178+219=477 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.77% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #50B2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50B2DB is #AF4D24. Grayscale: #999999. Windows color (decimal): -11488549 or 14398032. OLE color: 14398032.
HSL color Cylindrical-coordinate representation of color #50B2DB: hue angle of 197.7º 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 #50B2DB is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 178 | 219 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.14 |
| HSL | 197.7º | 0.66% | 0.59% | - |
| HSV(B) | 197.7º | 0.63% | 0.86% | - |
| XYZ | 32.01 | 38.66 | 72.79 | - |
| YUV | 153.37 | 165.03 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 178 | 219 | 0.63 | 0.19 | 0 | 0.14 | 197.7 | 0.66 | 0.59 |
| Hex | 50 | B2 | DB | 3F | 13 | 0 | E | C6 | 42 | 3B |
| Octal | 120 | 262 | 333 | 77 | 23 | 0 | 16 | 306 | 102 | 73 |
| Binary | 1010000 | 10110010 | 11011011 | 111111 | 10011 | 0 | 1110 | 11000110 | 1000010 | 111011 |
Color Harmonies of #50B2DB
Complementary color
Monochromatic Colors of #50B2DB
Black with #50B2DB
Text Example
Text Example
White with #50B2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B2DB; }
p { color: rgb(80,178,219); }
H1.HeaderClassName
{
color: #50B2DB;
}
.AnyTagClassName
{
color: #50B2DB;
}
</style>
background-color css
<style>
a { background-color: #50B2DB; }
a { background-color: rgb(80,178,219); }
div.DivClassName
{
background-color: #50B2DB;
}
.BgClassName
{
background-color: #50B2DB;
}
</style>
border-color css
<style>
span { border-color: #50B2DB; }
span { border-color: rgb(80,178,219); }
td.TdClassName
{
border-color: #50B2DB;
}
.TagClassName
{
border-color: #50B2DB;
}
</style>