Shades of Viking #50ABCB
Tints of Viking #50ABCB
RGB
CMYK
RGB Variations
Color information
#50ABCB (or 0x50ABCB) is known color: Viking. HEX triplet: 50, AB and CB. RGB value is (80,171,203). Sum of RGB (Red+Green+Blue) = 80+171+203=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #50ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ABCB is #AF5434. Grayscale: #939393. Windows color (decimal): -11490357 or 13347664. OLE color: 13347664.
HSL color Cylindrical-coordinate representation of color #50ABCB: hue angle of 195.61º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50ABCB is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 171 | 203 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.20 |
| HSL | 195.61º | 0.54% | 0.55% | - |
| HSV(B) | 195.61º | 0.61% | 0.8% | - |
| XYZ | 28.65 | 35.14 | 61.77 | - |
| YUV | 147.44 | 159.35 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 171 | 203 | 0.61 | 0.16 | 0 | 0.20 | 195.61 | 0.54 | 0.55 |
| Hex | 50 | AB | CB | 3D | 10 | 0 | 14 | C4 | 36 | 37 |
| Octal | 120 | 253 | 313 | 75 | 20 | 0 | 24 | 304 | 66 | 67 |
| Binary | 1010000 | 10101011 | 11001011 | 111101 | 10000 | 0 | 10100 | 11000100 | 110110 | 110111 |
Color Harmonies of #50ABCB
Complementary color
Monochromatic Colors of #50ABCB
Black with #50ABCB
Text Example
Text Example
White with #50ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ABCB; }
p { color: rgb(80,171,203); }
H1.HeaderClassName
{
color: #50ABCB;
}
.AnyTagClassName
{
color: #50ABCB;
}
</style>
background-color css
<style>
a { background-color: #50ABCB; }
a { background-color: rgb(80,171,203); }
div.DivClassName
{
background-color: #50ABCB;
}
.BgClassName
{
background-color: #50ABCB;
}
</style>
border-color css
<style>
span { border-color: #50ABCB; }
span { border-color: rgb(80,171,203); }
td.TdClassName
{
border-color: #50ABCB;
}
.TagClassName
{
border-color: #50ABCB;
}
</style>