Shades of Viking #50B9CE
Tints of Viking #50B9CE
RGB
CMYK
RGB Variations
Color information
#50B9CE (or 0x50B9CE) is known color: Viking. HEX triplet: 50, B9 and CE. RGB value is (80,185,206). Sum of RGB (Red+Green+Blue) = 80+185+206=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #50B9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B9CE is #AF4631. Grayscale: #9B9B9B. Windows color (decimal): -11486770 or 13547856. OLE color: 13547856.
HSL color Cylindrical-coordinate representation of color #50B9CE: hue angle of 190º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50B9CE is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 185 | 206 | - |
| CMYK | 0.61 | 0.10 | 0 | 0.19 |
| HSL | 190º | 0.56% | 0.56% | - |
| HSV(B) | 190º | 0.61% | 0.81% | - |
| XYZ | 31.8 | 40.86 | 64.6 | - |
| YUV | 156 | 156.21 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 185 | 206 | 0.61 | 0.10 | 0 | 0.19 | 190 | 0.56 | 0.56 |
| Hex | 50 | B9 | CE | 3D | A | 0 | 13 | BE | 38 | 38 |
| Octal | 120 | 271 | 316 | 75 | 12 | 0 | 23 | 276 | 70 | 70 |
| Binary | 1010000 | 10111001 | 11001110 | 111101 | 1010 | 0 | 10011 | 10111110 | 111000 | 111000 |
Color Harmonies of #50B9CE
Complementary color
Monochromatic Colors of #50B9CE
Black with #50B9CE
Text Example
Text Example
White with #50B9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B9CE; }
p { color: rgb(80,185,206); }
H1.HeaderClassName
{
color: #50B9CE;
}
.AnyTagClassName
{
color: #50B9CE;
}
</style>
background-color css
<style>
a { background-color: #50B9CE; }
a { background-color: rgb(80,185,206); }
div.DivClassName
{
background-color: #50B9CE;
}
.BgClassName
{
background-color: #50B9CE;
}
</style>
border-color css
<style>
span { border-color: #50B9CE; }
span { border-color: rgb(80,185,206); }
td.TdClassName
{
border-color: #50B9CE;
}
.TagClassName
{
border-color: #50B9CE;
}
</style>