Shades of Viking #50BDC9
Tints of Viking #50BDC9
RGB
CMYK
RGB Variations
Color information
#50BDC9 (or 0x50BDC9) is known color: Viking. HEX triplet: 50, BD and C9. RGB value is (80,189,201). Sum of RGB (Red+Green+Blue) = 80+189+201=470 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.02% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #50BDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BDC9 is #AF4236. Grayscale: #9D9D9D. Windows color (decimal): -11485751 or 13221200. OLE color: 13221200.
HSL color Cylindrical-coordinate representation of color #50BDC9: hue angle of 185.95º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50BDC9 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 189 | 201 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.21 |
| HSL | 185.95º | 0.53% | 0.55% | - |
| HSV(B) | 185.95º | 0.6% | 0.79% | - |
| XYZ | 32.05 | 42.32 | 61.74 | - |
| YUV | 157.78 | 152.39 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 189 | 201 | 0.60 | 0.06 | 0 | 0.21 | 185.95 | 0.53 | 0.55 |
| Hex | 50 | BD | C9 | 3C | 6 | 0 | 15 | BA | 35 | 37 |
| Octal | 120 | 275 | 311 | 74 | 6 | 0 | 25 | 272 | 65 | 67 |
| Binary | 1010000 | 10111101 | 11001001 | 111100 | 110 | 0 | 10101 | 10111010 | 110101 | 110111 |
Color Harmonies of #50BDC9
Complementary color
Monochromatic Colors of #50BDC9
Black with #50BDC9
Text Example
Text Example
White with #50BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BDC9; }
p { color: rgb(80,189,201); }
H1.HeaderClassName
{
color: #50BDC9;
}
.AnyTagClassName
{
color: #50BDC9;
}
</style>
background-color css
<style>
a { background-color: #50BDC9; }
a { background-color: rgb(80,189,201); }
div.DivClassName
{
background-color: #50BDC9;
}
.BgClassName
{
background-color: #50BDC9;
}
</style>
border-color css
<style>
span { border-color: #50BDC9; }
span { border-color: rgb(80,189,201); }
td.TdClassName
{
border-color: #50BDC9;
}
.TagClassName
{
border-color: #50BDC9;
}
</style>