Shades of Viking #50A8CB
Tints of Viking #50A8CB
RGB
CMYK
RGB Variations
Color information
#50A8CB (or 0x50A8CB) is known color: Viking. HEX triplet: 50, A8 and CB. RGB value is (80,168,203). Sum of RGB (Red+Green+Blue) = 80+168+203=451 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.74% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #50A8CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A8CB is #AF5734. Grayscale: #919191. Windows color (decimal): -11491125 or 13346896. OLE color: 13346896.
HSL color Cylindrical-coordinate representation of color #50A8CB: hue angle of 197.07º 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 #50A8CB is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 168 | 203 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.20 |
| HSL | 197.07º | 0.54% | 0.55% | - |
| HSV(B) | 197.07º | 0.61% | 0.8% | - |
| XYZ | 28.09 | 34.02 | 61.59 | - |
| YUV | 145.68 | 160.35 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 168 | 203 | 0.61 | 0.17 | 0 | 0.20 | 197.07 | 0.54 | 0.55 |
| Hex | 50 | A8 | CB | 3D | 11 | 0 | 14 | C5 | 36 | 37 |
| Octal | 120 | 250 | 313 | 75 | 21 | 0 | 24 | 305 | 66 | 67 |
| Binary | 1010000 | 10101000 | 11001011 | 111101 | 10001 | 0 | 10100 | 11000101 | 110110 | 110111 |
Color Harmonies of #50A8CB
Complementary color
Monochromatic Colors of #50A8CB
Black with #50A8CB
Text Example
Text Example
White with #50A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A8CB; }
p { color: rgb(80,168,203); }
H1.HeaderClassName
{
color: #50A8CB;
}
.AnyTagClassName
{
color: #50A8CB;
}
</style>
background-color css
<style>
a { background-color: #50A8CB; }
a { background-color: rgb(80,168,203); }
div.DivClassName
{
background-color: #50A8CB;
}
.BgClassName
{
background-color: #50A8CB;
}
</style>
border-color css
<style>
span { border-color: #50A8CB; }
span { border-color: rgb(80,168,203); }
td.TdClassName
{
border-color: #50A8CB;
}
.TagClassName
{
border-color: #50A8CB;
}
</style>