Shades of Viking #50BEC9
Tints of Viking #50BEC9
RGB
CMYK
RGB Variations
Color information
#50BEC9 (or 0x50BEC9) is known color: Viking. HEX triplet: 50, BE and C9. RGB value is (80,190,201). Sum of RGB (Red+Green+Blue) = 80+190+201=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #50BEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BEC9 is #AF4136. Grayscale: #9E9E9E. Windows color (decimal): -11485495 or 13221456. OLE color: 13221456.
HSL color Cylindrical-coordinate representation of color #50BEC9: hue angle of 185.45º degrees, saturation: 0.53, 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 #50BEC9 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 190 | 201 | - |
| CMYK | 0.60 | 0.05 | 0 | 0.21 |
| HSL | 185.45º | 0.53% | 0.55% | - |
| HSV(B) | 185.45º | 0.6% | 0.79% | - |
| XYZ | 32.26 | 42.75 | 61.81 | - |
| YUV | 158.36 | 152.06 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 190 | 201 | 0.60 | 0.05 | 0 | 0.21 | 185.45 | 0.53 | 0.55 |
| Hex | 50 | BE | C9 | 3C | 5 | 0 | 15 | B9 | 35 | 37 |
| Octal | 120 | 276 | 311 | 74 | 5 | 0 | 25 | 271 | 65 | 67 |
| Binary | 1010000 | 10111110 | 11001001 | 111100 | 101 | 0 | 10101 | 10111001 | 110101 | 110111 |
Color Harmonies of #50BEC9
Complementary color
Monochromatic Colors of #50BEC9
Black with #50BEC9
Text Example
Text Example
White with #50BEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BEC9; }
p { color: rgb(80,190,201); }
H1.HeaderClassName
{
color: #50BEC9;
}
.AnyTagClassName
{
color: #50BEC9;
}
</style>
background-color css
<style>
a { background-color: #50BEC9; }
a { background-color: rgb(80,190,201); }
div.DivClassName
{
background-color: #50BEC9;
}
.BgClassName
{
background-color: #50BEC9;
}
</style>
border-color css
<style>
span { border-color: #50BEC9; }
span { border-color: rgb(80,190,201); }
td.TdClassName
{
border-color: #50BEC9;
}
.TagClassName
{
border-color: #50BEC9;
}
</style>