Shades of Viking #50BDCC
Tints of Viking #50BDCC
RGB
CMYK
RGB Variations
Color information
#50BDCC (or 0x50BDCC) is known color: Viking. HEX triplet: 50, BD and CC. RGB value is (80,189,204). Sum of RGB (Red+Green+Blue) = 80+189+204=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #50BDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BDCC is #AF4233. Grayscale: #9D9D9D. Windows color (decimal): -11485748 or 13417808. OLE color: 13417808.
HSL color Cylindrical-coordinate representation of color #50BDCC: hue angle of 187.26º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50BDCC is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 189 | 204 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.2 |
| HSL | 187.26º | 0.55% | 0.56% | - |
| HSV(B) | 187.26º | 0.61% | 0.8% | - |
| XYZ | 32.4 | 42.46 | 63.61 | - |
| YUV | 158.12 | 153.89 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 189 | 204 | 0.61 | 0.07 | 0 | 0.2 | 187.26 | 0.55 | 0.56 |
| Hex | 50 | BD | CC | 3D | 7 | 0 | 14 | BB | 37 | 38 |
| Octal | 120 | 275 | 314 | 75 | 7 | 0 | 24 | 273 | 67 | 70 |
| Binary | 1010000 | 10111101 | 11001100 | 111101 | 111 | 0 | 10100 | 10111011 | 110111 | 111000 |
Color Harmonies of #50BDCC
Complementary color
Monochromatic Colors of #50BDCC
Black with #50BDCC
Text Example
Text Example
White with #50BDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BDCC; }
p { color: rgb(80,189,204); }
H1.HeaderClassName
{
color: #50BDCC;
}
.AnyTagClassName
{
color: #50BDCC;
}
</style>
background-color css
<style>
a { background-color: #50BDCC; }
a { background-color: rgb(80,189,204); }
div.DivClassName
{
background-color: #50BDCC;
}
.BgClassName
{
background-color: #50BDCC;
}
</style>
border-color css
<style>
span { border-color: #50BDCC; }
span { border-color: rgb(80,189,204); }
td.TdClassName
{
border-color: #50BDCC;
}
.TagClassName
{
border-color: #50BDCC;
}
</style>