Shades of Viking #50BDD5
Tints of Viking #50BDD5
RGB
CMYK
RGB Variations
Color information
#50BDD5 (or 0x50BDD5) is known color: Viking. HEX triplet: 50, BD and D5. RGB value is (80,189,213). Sum of RGB (Red+Green+Blue) = 80+189+213=482 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.60% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #50BDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BDD5 is #AF422A. Grayscale: #9E9E9E. Windows color (decimal): -11485739 or 14007632. OLE color: 14007632.
HSL color Cylindrical-coordinate representation of color #50BDD5: hue angle of 190.83º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50BDD5 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 189 | 213 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.16 |
| HSL | 190.83º | 0.61% | 0.57% | - |
| HSV(B) | 190.83º | 0.62% | 0.84% | - |
| XYZ | 33.52 | 42.9 | 69.47 | - |
| YUV | 159.15 | 158.39 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 189 | 213 | 0.62 | 0.11 | 0 | 0.16 | 190.83 | 0.61 | 0.57 |
| Hex | 50 | BD | D5 | 3E | B | 0 | 10 | BF | 3D | 39 |
| Octal | 120 | 275 | 325 | 76 | 13 | 0 | 20 | 277 | 75 | 71 |
| Binary | 1010000 | 10111101 | 11010101 | 111110 | 1011 | 0 | 10000 | 10111111 | 111101 | 111001 |
Color Harmonies of #50BDD5
Complementary color
Monochromatic Colors of #50BDD5
Black with #50BDD5
Text Example
Text Example
White with #50BDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BDD5; }
p { color: rgb(80,189,213); }
H1.HeaderClassName
{
color: #50BDD5;
}
.AnyTagClassName
{
color: #50BDD5;
}
</style>
background-color css
<style>
a { background-color: #50BDD5; }
a { background-color: rgb(80,189,213); }
div.DivClassName
{
background-color: #50BDD5;
}
.BgClassName
{
background-color: #50BDD5;
}
</style>
border-color css
<style>
span { border-color: #50BDD5; }
span { border-color: rgb(80,189,213); }
td.TdClassName
{
border-color: #50BDD5;
}
.TagClassName
{
border-color: #50BDD5;
}
</style>