Shades of Viking #50ADCE
Tints of Viking #50ADCE
RGB
CMYK
RGB Variations
Color information
#50ADCE (or 0x50ADCE) is known color: Viking. HEX triplet: 50, AD and CE. RGB value is (80,173,206). Sum of RGB (Red+Green+Blue) = 80+173+206=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #50ADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ADCE is #AF5231. Grayscale: #949494. Windows color (decimal): -11489842 or 13544784. OLE color: 13544784.
HSL color Cylindrical-coordinate representation of color #50ADCE: hue angle of 195.71º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50ADCE is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 173 | 206 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.19 |
| HSL | 195.71º | 0.56% | 0.56% | - |
| HSV(B) | 195.71º | 0.61% | 0.81% | - |
| XYZ | 29.39 | 36.05 | 63.8 | - |
| YUV | 148.96 | 160.19 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 206 | 0.61 | 0.16 | 0 | 0.19 | 195.71 | 0.56 | 0.56 |
| Hex | 50 | AD | CE | 3D | 10 | 0 | 13 | C4 | 38 | 38 |
| Octal | 120 | 255 | 316 | 75 | 20 | 0 | 23 | 304 | 70 | 70 |
| Binary | 1010000 | 10101101 | 11001110 | 111101 | 10000 | 0 | 10011 | 11000100 | 111000 | 111000 |
Color Harmonies of #50ADCE
Complementary color
Monochromatic Colors of #50ADCE
Black with #50ADCE
Text Example
Text Example
White with #50ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ADCE; }
p { color: rgb(80,173,206); }
H1.HeaderClassName
{
color: #50ADCE;
}
.AnyTagClassName
{
color: #50ADCE;
}
</style>
background-color css
<style>
a { background-color: #50ADCE; }
a { background-color: rgb(80,173,206); }
div.DivClassName
{
background-color: #50ADCE;
}
.BgClassName
{
background-color: #50ADCE;
}
</style>
border-color css
<style>
span { border-color: #50ADCE; }
span { border-color: rgb(80,173,206); }
td.TdClassName
{
border-color: #50ADCE;
}
.TagClassName
{
border-color: #50ADCE;
}
</style>