Shades of Viking #50AAC8
Tints of Viking #50AAC8
RGB
CMYK
RGB Variations
Color information
#50AAC8 (or 0x50AAC8) is known color: Viking. HEX triplet: 50, AA and C8. RGB value is (80,170,200). Sum of RGB (Red+Green+Blue) = 80+170+200=450 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.78% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 200 (78.52% from 255 or 44.44% from 450); Max value from RGB is 200 - color contains mainly: blue. Hex color #50AAC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AAC8 is #AF5537. Grayscale: #929292. Windows color (decimal): -11490616 or 13150800. OLE color: 13150800.
HSL color Cylindrical-coordinate representation of color #50AAC8: hue angle of 195º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50AAC8 is Cyan = 0.6, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 170 | 200 | - |
| CMYK | 0.6 | 0.15 | 0 | 0.22 |
| HSL | 195º | 0.52% | 0.55% | - |
| HSV(B) | 195º | 0.6% | 0.78% | - |
| XYZ | 28.11 | 34.63 | 59.85 | - |
| YUV | 146.51 | 158.18 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 170 | 200 | 0.6 | 0.15 | 0 | 0.22 | 195 | 0.52 | 0.55 |
| Hex | 50 | AA | C8 | 3C | F | 0 | 16 | C3 | 34 | 37 |
| Octal | 120 | 252 | 310 | 74 | 17 | 0 | 26 | 303 | 64 | 67 |
| Binary | 1010000 | 10101010 | 11001000 | 111100 | 1111 | 0 | 10110 | 11000011 | 110100 | 110111 |
Color Harmonies of #50AAC8
Complementary color
Monochromatic Colors of #50AAC8
Black with #50AAC8
Text Example
Text Example
White with #50AAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AAC8; }
p { color: rgb(80,170,200); }
H1.HeaderClassName
{
color: #50AAC8;
}
.AnyTagClassName
{
color: #50AAC8;
}
</style>
background-color css
<style>
a { background-color: #50AAC8; }
a { background-color: rgb(80,170,200); }
div.DivClassName
{
background-color: #50AAC8;
}
.BgClassName
{
background-color: #50AAC8;
}
</style>
border-color css
<style>
span { border-color: #50AAC8; }
span { border-color: rgb(80,170,200); }
td.TdClassName
{
border-color: #50AAC8;
}
.TagClassName
{
border-color: #50AAC8;
}
</style>