Shades of Viking #50BDCB
Tints of Viking #50BDCB
RGB
CMYK
RGB Variations
Color information
#50BDCB (or 0x50BDCB) is known color: Viking. HEX triplet: 50, BD and CB. RGB value is (80,189,203). Sum of RGB (Red+Green+Blue) = 80+189+203=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #50BDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BDCB is #AF4234. Grayscale: #9D9D9D. Windows color (decimal): -11485749 or 13352272. OLE color: 13352272.
HSL color Cylindrical-coordinate representation of color #50BDCB: hue angle of 186.83º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50BDCB is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 189 | 203 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.20 |
| HSL | 186.83º | 0.54% | 0.55% | - |
| HSV(B) | 186.83º | 0.61% | 0.8% | - |
| XYZ | 32.29 | 42.41 | 62.98 | - |
| YUV | 158.01 | 153.39 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 189 | 203 | 0.61 | 0.07 | 0 | 0.20 | 186.83 | 0.54 | 0.55 |
| Hex | 50 | BD | CB | 3D | 7 | 0 | 14 | BB | 36 | 37 |
| Octal | 120 | 275 | 313 | 75 | 7 | 0 | 24 | 273 | 66 | 67 |
| Binary | 1010000 | 10111101 | 11001011 | 111101 | 111 | 0 | 10100 | 10111011 | 110110 | 110111 |
Color Harmonies of #50BDCB
Complementary color
Monochromatic Colors of #50BDCB
Black with #50BDCB
Text Example
Text Example
White with #50BDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BDCB; }
p { color: rgb(80,189,203); }
H1.HeaderClassName
{
color: #50BDCB;
}
.AnyTagClassName
{
color: #50BDCB;
}
</style>
background-color css
<style>
a { background-color: #50BDCB; }
a { background-color: rgb(80,189,203); }
div.DivClassName
{
background-color: #50BDCB;
}
.BgClassName
{
background-color: #50BDCB;
}
</style>
border-color css
<style>
span { border-color: #50BDCB; }
span { border-color: rgb(80,189,203); }
td.TdClassName
{
border-color: #50BDCB;
}
.TagClassName
{
border-color: #50BDCB;
}
</style>