Shades of Viking #50BAC8
Tints of Viking #50BAC8
RGB
CMYK
RGB Variations
Color information
#50BAC8 (or 0x50BAC8) is known color: Viking. HEX triplet: 50, BA and C8. RGB value is (80,186,200). Sum of RGB (Red+Green+Blue) = 80+186+200=466 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.17% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 200 - color contains mainly: blue. Hex color #50BAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BAC8 is #AF4537. Grayscale: #9B9B9B. Windows color (decimal): -11486520 or 13154896. OLE color: 13154896.
HSL color Cylindrical-coordinate representation of color #50BAC8: hue angle of 187º 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 #50BAC8 is Cyan = 0.6, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 186 | 200 | - |
| CMYK | 0.6 | 0.07 | 0 | 0.22 |
| HSL | 187º | 0.52% | 0.55% | - |
| HSV(B) | 187º | 0.6% | 0.78% | - |
| XYZ | 31.29 | 40.99 | 60.91 | - |
| YUV | 155.9 | 152.88 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 200 | 0.6 | 0.07 | 0 | 0.22 | 187 | 0.52 | 0.55 |
| Hex | 50 | BA | C8 | 3C | 7 | 0 | 16 | BB | 34 | 37 |
| Octal | 120 | 272 | 310 | 74 | 7 | 0 | 26 | 273 | 64 | 67 |
| Binary | 1010000 | 10111010 | 11001000 | 111100 | 111 | 0 | 10110 | 10111011 | 110100 | 110111 |
Color Harmonies of #50BAC8
Complementary color
Monochromatic Colors of #50BAC8
Black with #50BAC8
Text Example
Text Example
White with #50BAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BAC8; }
p { color: rgb(80,186,200); }
H1.HeaderClassName
{
color: #50BAC8;
}
.AnyTagClassName
{
color: #50BAC8;
}
</style>
background-color css
<style>
a { background-color: #50BAC8; }
a { background-color: rgb(80,186,200); }
div.DivClassName
{
background-color: #50BAC8;
}
.BgClassName
{
background-color: #50BAC8;
}
</style>
border-color css
<style>
span { border-color: #50BAC8; }
span { border-color: rgb(80,186,200); }
td.TdClassName
{
border-color: #50BAC8;
}
.TagClassName
{
border-color: #50BAC8;
}
</style>