Shades of Viking #50ADCC
Tints of Viking #50ADCC
RGB
CMYK
RGB Variations
Color information
#50ADCC (or 0x50ADCC) is known color: Viking. HEX triplet: 50, AD and CC. RGB value is (80,173,204). Sum of RGB (Red+Green+Blue) = 80+173+204=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #50ADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ADCC is #AF5233. Grayscale: #949494. Windows color (decimal): -11489844 or 13413712. OLE color: 13413712.
HSL color Cylindrical-coordinate representation of color #50ADCC: hue angle of 195º 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 #50ADCC is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 173 | 204 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.2 |
| HSL | 195º | 0.55% | 0.56% | - |
| HSV(B) | 195º | 0.61% | 0.8% | - |
| XYZ | 29.15 | 35.95 | 62.53 | - |
| YUV | 148.73 | 159.19 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 204 | 0.61 | 0.15 | 0 | 0.2 | 195 | 0.55 | 0.56 |
| Hex | 50 | AD | CC | 3D | F | 0 | 14 | C3 | 37 | 38 |
| Octal | 120 | 255 | 314 | 75 | 17 | 0 | 24 | 303 | 67 | 70 |
| Binary | 1010000 | 10101101 | 11001100 | 111101 | 1111 | 0 | 10100 | 11000011 | 110111 | 111000 |
Color Harmonies of #50ADCC
Complementary color
Monochromatic Colors of #50ADCC
Black with #50ADCC
Text Example
Text Example
White with #50ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ADCC; }
p { color: rgb(80,173,204); }
H1.HeaderClassName
{
color: #50ADCC;
}
.AnyTagClassName
{
color: #50ADCC;
}
</style>
background-color css
<style>
a { background-color: #50ADCC; }
a { background-color: rgb(80,173,204); }
div.DivClassName
{
background-color: #50ADCC;
}
.BgClassName
{
background-color: #50ADCC;
}
</style>
border-color css
<style>
span { border-color: #50ADCC; }
span { border-color: rgb(80,173,204); }
td.TdClassName
{
border-color: #50ADCC;
}
.TagClassName
{
border-color: #50ADCC;
}
</style>