Shades of Viking #50C4DB
Tints of Viking #50C4DB
RGB
CMYK
RGB Variations
Color information
#50C4DB (or 0x50C4DB) is known color: Viking. HEX triplet: 50, C4 and DB. RGB value is (80,196,219). Sum of RGB (Red+Green+Blue) = 80+196+219=495 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.16% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #50C4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C4DB is #AF3B24. Grayscale: #A3A3A3. Windows color (decimal): -11483941 or 14402640. OLE color: 14402640.
HSL color Cylindrical-coordinate representation of color #50C4DB: hue angle of 189.93º 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 #50C4DB is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 196 | 219 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.14 |
| HSL | 189.93º | 0.66% | 0.59% | - |
| HSV(B) | 189.93º | 0.63% | 0.86% | - |
| XYZ | 35.83 | 46.3 | 74.07 | - |
| YUV | 163.94 | 159.07 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 196 | 219 | 0.63 | 0.11 | 0 | 0.14 | 189.93 | 0.66 | 0.59 |
| Hex | 50 | C4 | DB | 3F | B | 0 | E | BE | 42 | 3B |
| Octal | 120 | 304 | 333 | 77 | 13 | 0 | 16 | 276 | 102 | 73 |
| Binary | 1010000 | 11000100 | 11011011 | 111111 | 1011 | 0 | 1110 | 10111110 | 1000010 | 111011 |
Color Harmonies of #50C4DB
Complementary color
Monochromatic Colors of #50C4DB
Black with #50C4DB
Text Example
Text Example
White with #50C4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C4DB; }
p { color: rgb(80,196,219); }
H1.HeaderClassName
{
color: #50C4DB;
}
.AnyTagClassName
{
color: #50C4DB;
}
</style>
background-color css
<style>
a { background-color: #50C4DB; }
a { background-color: rgb(80,196,219); }
div.DivClassName
{
background-color: #50C4DB;
}
.BgClassName
{
background-color: #50C4DB;
}
</style>
border-color css
<style>
span { border-color: #50C4DB; }
span { border-color: rgb(80,196,219); }
td.TdClassName
{
border-color: #50C4DB;
}
.TagClassName
{
border-color: #50C4DB;
}
</style>