Shades of Viking #50BCD1
Tints of Viking #50BCD1
RGB
CMYK
RGB Variations
Color information
#50BCD1 (or 0x50BCD1) is known color: Viking. HEX triplet: 50, BC and D1. RGB value is (80,188,209). Sum of RGB (Red+Green+Blue) = 80+188+209=477 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.77% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 209 - color contains mainly: blue. Hex color #50BCD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BCD1 is #AF432E. Grayscale: #9D9D9D. Windows color (decimal): -11485999 or 13745232. OLE color: 13745232.
HSL color Cylindrical-coordinate representation of color #50BCD1: hue angle of 189.77º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50BCD1 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 188 | 209 | - |
| CMYK | 0.62 | 0.10 | 0 | 0.18 |
| HSL | 189.77º | 0.58% | 0.57% | - |
| HSV(B) | 189.77º | 0.62% | 0.82% | - |
| XYZ | 32.8 | 42.28 | 66.75 | - |
| YUV | 158.1 | 156.72 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 209 | 0.62 | 0.10 | 0 | 0.18 | 189.77 | 0.58 | 0.57 |
| Hex | 50 | BC | D1 | 3E | A | 0 | 12 | BE | 3A | 39 |
| Octal | 120 | 274 | 321 | 76 | 12 | 0 | 22 | 276 | 72 | 71 |
| Binary | 1010000 | 10111100 | 11010001 | 111110 | 1010 | 0 | 10010 | 10111110 | 111010 | 111001 |
Color Harmonies of #50BCD1
Complementary color
Monochromatic Colors of #50BCD1
Black with #50BCD1
Text Example
Text Example
White with #50BCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BCD1; }
p { color: rgb(80,188,209); }
H1.HeaderClassName
{
color: #50BCD1;
}
.AnyTagClassName
{
color: #50BCD1;
}
</style>
background-color css
<style>
a { background-color: #50BCD1; }
a { background-color: rgb(80,188,209); }
div.DivClassName
{
background-color: #50BCD1;
}
.BgClassName
{
background-color: #50BCD1;
}
</style>
border-color css
<style>
span { border-color: #50BCD1; }
span { border-color: rgb(80,188,209); }
td.TdClassName
{
border-color: #50BCD1;
}
.TagClassName
{
border-color: #50BCD1;
}
</style>