Shades of Viking #50ADCD
Tints of Viking #50ADCD
RGB
CMYK
RGB Variations
Color information
#50ADCD (or 0x50ADCD) is known color: Viking. HEX triplet: 50, AD and CD. RGB value is (80,173,205). Sum of RGB (Red+Green+Blue) = 80+173+205=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #50ADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ADCD is #AF5232. Grayscale: #949494. Windows color (decimal): -11489843 or 13479248. OLE color: 13479248.
HSL color Cylindrical-coordinate representation of color #50ADCD: hue angle of 195.36º degrees, saturation: 0.56, 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 #50ADCD is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 173 | 205 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.20 |
| HSL | 195.36º | 0.56% | 0.56% | - |
| HSV(B) | 195.36º | 0.61% | 0.8% | - |
| XYZ | 29.27 | 36 | 63.16 | - |
| YUV | 148.84 | 159.69 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 205 | 0.61 | 0.16 | 0 | 0.20 | 195.36 | 0.56 | 0.56 |
| Hex | 50 | AD | CD | 3D | 10 | 0 | 14 | C3 | 38 | 38 |
| Octal | 120 | 255 | 315 | 75 | 20 | 0 | 24 | 303 | 70 | 70 |
| Binary | 1010000 | 10101101 | 11001101 | 111101 | 10000 | 0 | 10100 | 11000011 | 111000 | 111000 |
Color Harmonies of #50ADCD
Complementary color
Monochromatic Colors of #50ADCD
Black with #50ADCD
Text Example
Text Example
White with #50ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ADCD; }
p { color: rgb(80,173,205); }
H1.HeaderClassName
{
color: #50ADCD;
}
.AnyTagClassName
{
color: #50ADCD;
}
</style>
background-color css
<style>
a { background-color: #50ADCD; }
a { background-color: rgb(80,173,205); }
div.DivClassName
{
background-color: #50ADCD;
}
.BgClassName
{
background-color: #50ADCD;
}
</style>
border-color css
<style>
span { border-color: #50ADCD; }
span { border-color: rgb(80,173,205); }
td.TdClassName
{
border-color: #50ADCD;
}
.TagClassName
{
border-color: #50ADCD;
}
</style>