Shades of Viking #50AFCA
Tints of Viking #50AFCA
RGB
CMYK
RGB Variations
Color information
#50AFCA (or 0x50AFCA) is known color: Viking. HEX triplet: 50, AF and CA. RGB value is (80,175,202). Sum of RGB (Red+Green+Blue) = 80+175+202=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #50AFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AFCA is #AF5035. Grayscale: #959595. Windows color (decimal): -11489334 or 13283152. OLE color: 13283152.
HSL color Cylindrical-coordinate representation of color #50AFCA: hue angle of 193.28º 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 #50AFCA is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 175 | 202 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.21 |
| HSL | 193.28º | 0.54% | 0.55% | - |
| HSV(B) | 193.28º | 0.6% | 0.79% | - |
| XYZ | 29.3 | 36.63 | 61.4 | - |
| YUV | 149.67 | 157.53 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 175 | 202 | 0.60 | 0.13 | 0 | 0.21 | 193.28 | 0.54 | 0.55 |
| Hex | 50 | AF | CA | 3C | D | 0 | 15 | C1 | 36 | 37 |
| Octal | 120 | 257 | 312 | 74 | 15 | 0 | 25 | 301 | 66 | 67 |
| Binary | 1010000 | 10101111 | 11001010 | 111100 | 1101 | 0 | 10101 | 11000001 | 110110 | 110111 |
Color Harmonies of #50AFCA
Complementary color
Monochromatic Colors of #50AFCA
Black with #50AFCA
Text Example
Text Example
White with #50AFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AFCA; }
p { color: rgb(80,175,202); }
H1.HeaderClassName
{
color: #50AFCA;
}
.AnyTagClassName
{
color: #50AFCA;
}
</style>
background-color css
<style>
a { background-color: #50AFCA; }
a { background-color: rgb(80,175,202); }
div.DivClassName
{
background-color: #50AFCA;
}
.BgClassName
{
background-color: #50AFCA;
}
</style>
border-color css
<style>
span { border-color: #50AFCA; }
span { border-color: rgb(80,175,202); }
td.TdClassName
{
border-color: #50AFCA;
}
.TagClassName
{
border-color: #50AFCA;
}
</style>