Shades of Viking #50B0CF
Tints of Viking #50B0CF
RGB
CMYK
RGB Variations
Color information
#50B0CF (or 0x50B0CF) is known color: Viking. HEX triplet: 50, B0 and CF. RGB value is (80,176,207). Sum of RGB (Red+Green+Blue) = 80+176+207=463 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.28% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #50B0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50B0CF is #AF4F30. Grayscale: #969696. Windows color (decimal): -11489073 or 13611088. OLE color: 13611088.
HSL color Cylindrical-coordinate representation of color #50B0CF: hue angle of 194.65º degrees, saturation: 0.57, 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 #50B0CF is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 176 | 207 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.19 |
| HSL | 194.65º | 0.57% | 0.56% | - |
| HSV(B) | 194.65º | 0.61% | 0.81% | - |
| XYZ | 30.1 | 37.26 | 64.64 | - |
| YUV | 150.83 | 159.7 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 176 | 207 | 0.61 | 0.15 | 0 | 0.19 | 194.65 | 0.57 | 0.56 |
| Hex | 50 | B0 | CF | 3D | F | 0 | 13 | C3 | 39 | 38 |
| Octal | 120 | 260 | 317 | 75 | 17 | 0 | 23 | 303 | 71 | 70 |
| Binary | 1010000 | 10110000 | 11001111 | 111101 | 1111 | 0 | 10011 | 11000011 | 111001 | 111000 |
Color Harmonies of #50B0CF
Complementary color
Monochromatic Colors of #50B0CF
Black with #50B0CF
Text Example
Text Example
White with #50B0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B0CF; }
p { color: rgb(80,176,207); }
H1.HeaderClassName
{
color: #50B0CF;
}
.AnyTagClassName
{
color: #50B0CF;
}
</style>
background-color css
<style>
a { background-color: #50B0CF; }
a { background-color: rgb(80,176,207); }
div.DivClassName
{
background-color: #50B0CF;
}
.BgClassName
{
background-color: #50B0CF;
}
</style>
border-color css
<style>
span { border-color: #50B0CF; }
span { border-color: rgb(80,176,207); }
td.TdClassName
{
border-color: #50B0CF;
}
.TagClassName
{
border-color: #50B0CF;
}
</style>