Shades of Viking #50BCDC
Tints of Viking #50BCDC
RGB
CMYK
RGB Variations
Color information
#50BCDC (or 0x50BCDC) is known color: Viking. HEX triplet: 50, BC and DC. RGB value is (80,188,220). Sum of RGB (Red+Green+Blue) = 80+188+220=488 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.39% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #50BCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BCDC is #AF4323. Grayscale: #9F9F9F. Windows color (decimal): -11485988 or 14466128. OLE color: 14466128.
HSL color Cylindrical-coordinate representation of color #50BCDC: hue angle of 193.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50BCDC is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 188 | 220 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.14 |
| HSL | 193.71º | 0.67% | 0.59% | - |
| HSV(B) | 193.71º | 0.64% | 0.86% | - |
| XYZ | 34.21 | 42.84 | 74.18 | - |
| YUV | 159.36 | 162.22 | 71.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 220 | 0.64 | 0.15 | 0 | 0.14 | 193.71 | 0.67 | 0.59 |
| Hex | 50 | BC | DC | 40 | F | 0 | E | C2 | 43 | 3B |
| Octal | 120 | 274 | 334 | 100 | 17 | 0 | 16 | 302 | 103 | 73 |
| Binary | 1010000 | 10111100 | 11011100 | 1000000 | 1111 | 0 | 1110 | 11000010 | 1000011 | 111011 |
Color Harmonies of #50BCDC
Complementary color
Monochromatic Colors of #50BCDC
Black with #50BCDC
Text Example
Text Example
White with #50BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BCDC; }
p { color: rgb(80,188,220); }
H1.HeaderClassName
{
color: #50BCDC;
}
.AnyTagClassName
{
color: #50BCDC;
}
</style>
background-color css
<style>
a { background-color: #50BCDC; }
a { background-color: rgb(80,188,220); }
div.DivClassName
{
background-color: #50BCDC;
}
.BgClassName
{
background-color: #50BCDC;
}
</style>
border-color css
<style>
span { border-color: #50BCDC; }
span { border-color: rgb(80,188,220); }
td.TdClassName
{
border-color: #50BCDC;
}
.TagClassName
{
border-color: #50BCDC;
}
</style>