Shades of Viking #50AECC
Tints of Viking #50AECC
RGB
CMYK
RGB Variations
Color information
#50AECC (or 0x50AECC) is known color: Viking. HEX triplet: 50, AE and CC. RGB value is (80,174,204). Sum of RGB (Red+Green+Blue) = 80+174+204=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #50AECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AECC is #AF5133. Grayscale: #959595. Windows color (decimal): -11489588 or 13413968. OLE color: 13413968.
HSL color Cylindrical-coordinate representation of color #50AECC: hue angle of 194.52º 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 #50AECC is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 174 | 204 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.2 |
| HSL | 194.52º | 0.55% | 0.56% | - |
| HSV(B) | 194.52º | 0.61% | 0.8% | - |
| XYZ | 29.34 | 36.34 | 62.59 | - |
| YUV | 149.31 | 158.86 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 174 | 204 | 0.61 | 0.15 | 0 | 0.2 | 194.52 | 0.55 | 0.56 |
| Hex | 50 | AE | CC | 3D | F | 0 | 14 | C3 | 37 | 38 |
| Octal | 120 | 256 | 314 | 75 | 17 | 0 | 24 | 303 | 67 | 70 |
| Binary | 1010000 | 10101110 | 11001100 | 111101 | 1111 | 0 | 10100 | 11000011 | 110111 | 111000 |
Color Harmonies of #50AECC
Complementary color
Monochromatic Colors of #50AECC
Black with #50AECC
Text Example
Text Example
White with #50AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AECC; }
p { color: rgb(80,174,204); }
H1.HeaderClassName
{
color: #50AECC;
}
.AnyTagClassName
{
color: #50AECC;
}
</style>
background-color css
<style>
a { background-color: #50AECC; }
a { background-color: rgb(80,174,204); }
div.DivClassName
{
background-color: #50AECC;
}
.BgClassName
{
background-color: #50AECC;
}
</style>
border-color css
<style>
span { border-color: #50AECC; }
span { border-color: rgb(80,174,204); }
td.TdClassName
{
border-color: #50AECC;
}
.TagClassName
{
border-color: #50AECC;
}
</style>