Shades of Viking #50BACA
Tints of Viking #50BACA
RGB
CMYK
RGB Variations
Color information
#50BACA (or 0x50BACA) is known color: Viking. HEX triplet: 50, BA and CA. RGB value is (80,186,202). Sum of RGB (Red+Green+Blue) = 80+186+202=468 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.09% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #50BACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BACA is #AF4535. Grayscale: #9B9B9B. Windows color (decimal): -11486518 or 13285968. OLE color: 13285968.
HSL color Cylindrical-coordinate representation of color #50BACA: hue angle of 187.87º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50BACA is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 186 | 202 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.21 |
| HSL | 187.87º | 0.54% | 0.55% | - |
| HSV(B) | 187.87º | 0.6% | 0.79% | - |
| XYZ | 31.53 | 41.09 | 62.15 | - |
| YUV | 156.13 | 153.88 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 202 | 0.60 | 0.08 | 0 | 0.21 | 187.87 | 0.54 | 0.55 |
| Hex | 50 | BA | CA | 3C | 8 | 0 | 15 | BC | 36 | 37 |
| Octal | 120 | 272 | 312 | 74 | 10 | 0 | 25 | 274 | 66 | 67 |
| Binary | 1010000 | 10111010 | 11001010 | 111100 | 1000 | 0 | 10101 | 10111100 | 110110 | 110111 |
Color Harmonies of #50BACA
Complementary color
Monochromatic Colors of #50BACA
Black with #50BACA
Text Example
Text Example
White with #50BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BACA; }
p { color: rgb(80,186,202); }
H1.HeaderClassName
{
color: #50BACA;
}
.AnyTagClassName
{
color: #50BACA;
}
</style>
background-color css
<style>
a { background-color: #50BACA; }
a { background-color: rgb(80,186,202); }
div.DivClassName
{
background-color: #50BACA;
}
.BgClassName
{
background-color: #50BACA;
}
</style>
border-color css
<style>
span { border-color: #50BACA; }
span { border-color: rgb(80,186,202); }
td.TdClassName
{
border-color: #50BACA;
}
.TagClassName
{
border-color: #50BACA;
}
</style>