Shades of Viking #50B9CC
Tints of Viking #50B9CC
RGB
CMYK
RGB Variations
Color information
#50B9CC (or 0x50B9CC) is known color: Viking. HEX triplet: 50, B9 and CC. RGB value is (80,185,204). Sum of RGB (Red+Green+Blue) = 80+185+204=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #50B9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B9CC is #AF4633. Grayscale: #9B9B9B. Windows color (decimal): -11486772 or 13416784. OLE color: 13416784.
HSL color Cylindrical-coordinate representation of color #50B9CC: hue angle of 189.19º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50B9CC is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 185 | 204 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.2 |
| HSL | 189.19º | 0.55% | 0.56% | - |
| HSV(B) | 189.19º | 0.61% | 0.8% | - |
| XYZ | 31.56 | 40.76 | 63.33 | - |
| YUV | 155.77 | 155.21 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 185 | 204 | 0.61 | 0.09 | 0 | 0.2 | 189.19 | 0.55 | 0.56 |
| Hex | 50 | B9 | CC | 3D | 9 | 0 | 14 | BD | 37 | 38 |
| Octal | 120 | 271 | 314 | 75 | 11 | 0 | 24 | 275 | 67 | 70 |
| Binary | 1010000 | 10111001 | 11001100 | 111101 | 1001 | 0 | 10100 | 10111101 | 110111 | 111000 |
Color Harmonies of #50B9CC
Complementary color
Monochromatic Colors of #50B9CC
Black with #50B9CC
Text Example
Text Example
White with #50B9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B9CC; }
p { color: rgb(80,185,204); }
H1.HeaderClassName
{
color: #50B9CC;
}
.AnyTagClassName
{
color: #50B9CC;
}
</style>
background-color css
<style>
a { background-color: #50B9CC; }
a { background-color: rgb(80,185,204); }
div.DivClassName
{
background-color: #50B9CC;
}
.BgClassName
{
background-color: #50B9CC;
}
</style>
border-color css
<style>
span { border-color: #50B9CC; }
span { border-color: rgb(80,185,204); }
td.TdClassName
{
border-color: #50B9CC;
}
.TagClassName
{
border-color: #50B9CC;
}
</style>