Shades of Viking #50ADD6
Tints of Viking #50ADD6
RGB
CMYK
RGB Variations
Color information
#50ADD6 (or 0x50ADD6) is known color: Viking. HEX triplet: 50, AD and D6. RGB value is (80,173,214). Sum of RGB (Red+Green+Blue) = 80+173+214=467 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.13% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 214 - color contains mainly: blue. Hex color #50ADD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ADD6 is #AF5229. Grayscale: #959595. Windows color (decimal): -11489834 or 14069072. OLE color: 14069072.
HSL color Cylindrical-coordinate representation of color #50ADD6: hue angle of 198.36º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50ADD6 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 173 | 214 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.16 |
| HSL | 198.36º | 0.62% | 0.58% | - |
| HSV(B) | 198.36º | 0.63% | 0.84% | - |
| XYZ | 30.39 | 36.45 | 69.05 | - |
| YUV | 149.87 | 164.19 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 214 | 0.63 | 0.19 | 0 | 0.16 | 198.36 | 0.62 | 0.58 |
| Hex | 50 | AD | D6 | 3F | 13 | 0 | 10 | C6 | 3E | 3A |
| Octal | 120 | 255 | 326 | 77 | 23 | 0 | 20 | 306 | 76 | 72 |
| Binary | 1010000 | 10101101 | 11010110 | 111111 | 10011 | 0 | 10000 | 11000110 | 111110 | 111010 |
Color Harmonies of #50ADD6
Complementary color
Monochromatic Colors of #50ADD6
Black with #50ADD6
Text Example
Text Example
White with #50ADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ADD6; }
p { color: rgb(80,173,214); }
H1.HeaderClassName
{
color: #50ADD6;
}
.AnyTagClassName
{
color: #50ADD6;
}
</style>
background-color css
<style>
a { background-color: #50ADD6; }
a { background-color: rgb(80,173,214); }
div.DivClassName
{
background-color: #50ADD6;
}
.BgClassName
{
background-color: #50ADD6;
}
</style>
border-color css
<style>
span { border-color: #50ADD6; }
span { border-color: rgb(80,173,214); }
td.TdClassName
{
border-color: #50ADD6;
}
.TagClassName
{
border-color: #50ADD6;
}
</style>