Shades of Viking #50ABCA
Tints of Viking #50ABCA
RGB
CMYK
RGB Variations
Color information
#50ABCA (or 0x50ABCA) is known color: Viking. HEX triplet: 50, AB and CA. RGB value is (80,171,202). Sum of RGB (Red+Green+Blue) = 80+171+202=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #50ABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ABCA is #AF5435. Grayscale: #939393. Windows color (decimal): -11490358 or 13282128. OLE color: 13282128.
HSL color Cylindrical-coordinate representation of color #50ABCA: hue angle of 195.25º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50ABCA is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 171 | 202 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.21 |
| HSL | 195.25º | 0.54% | 0.55% | - |
| HSV(B) | 195.25º | 0.6% | 0.79% | - |
| XYZ | 28.53 | 35.1 | 61.15 | - |
| YUV | 147.33 | 158.85 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 171 | 202 | 0.60 | 0.15 | 0 | 0.21 | 195.25 | 0.54 | 0.55 |
| Hex | 50 | AB | CA | 3C | F | 0 | 15 | C3 | 36 | 37 |
| Octal | 120 | 253 | 312 | 74 | 17 | 0 | 25 | 303 | 66 | 67 |
| Binary | 1010000 | 10101011 | 11001010 | 111100 | 1111 | 0 | 10101 | 11000011 | 110110 | 110111 |
Color Harmonies of #50ABCA
Complementary color
Monochromatic Colors of #50ABCA
Black with #50ABCA
Text Example
Text Example
White with #50ABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ABCA; }
p { color: rgb(80,171,202); }
H1.HeaderClassName
{
color: #50ABCA;
}
.AnyTagClassName
{
color: #50ABCA;
}
</style>
background-color css
<style>
a { background-color: #50ABCA; }
a { background-color: rgb(80,171,202); }
div.DivClassName
{
background-color: #50ABCA;
}
.BgClassName
{
background-color: #50ABCA;
}
</style>
border-color css
<style>
span { border-color: #50ABCA; }
span { border-color: rgb(80,171,202); }
td.TdClassName
{
border-color: #50ABCA;
}
.TagClassName
{
border-color: #50ABCA;
}
</style>