Shades of Viking #50BFC8
Tints of Viking #50BFC8
RGB
CMYK
RGB Variations
Color information
#50BFC8 (or 0x50BFC8) is known color: Viking. HEX triplet: 50, BF and C8. RGB value is (80,191,200). Sum of RGB (Red+Green+Blue) = 80+191+200=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 200 - color contains mainly: blue. Hex color #50BFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BFC8 is #AF4037. Grayscale: #9E9E9E. Windows color (decimal): -11485240 or 13156176. OLE color: 13156176.
HSL color Cylindrical-coordinate representation of color #50BFC8: hue angle of 184.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50BFC8 is Cyan = 0.6, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 191 | 200 | - |
| CMYK | 0.6 | 0.04 | 0 | 0.22 |
| HSL | 184.5º | 0.52% | 0.55% | - |
| HSV(B) | 184.5º | 0.6% | 0.78% | - |
| XYZ | 32.36 | 43.14 | 61.26 | - |
| YUV | 158.84 | 151.23 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 191 | 200 | 0.6 | 0.04 | 0 | 0.22 | 184.5 | 0.52 | 0.55 |
| Hex | 50 | BF | C8 | 3C | 4 | 0 | 16 | B8 | 34 | 37 |
| Octal | 120 | 277 | 310 | 74 | 4 | 0 | 26 | 270 | 64 | 67 |
| Binary | 1010000 | 10111111 | 11001000 | 111100 | 100 | 0 | 10110 | 10111000 | 110100 | 110111 |
Color Harmonies of #50BFC8
Complementary color
Monochromatic Colors of #50BFC8
Black with #50BFC8
Text Example
Text Example
White with #50BFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BFC8; }
p { color: rgb(80,191,200); }
H1.HeaderClassName
{
color: #50BFC8;
}
.AnyTagClassName
{
color: #50BFC8;
}
</style>
background-color css
<style>
a { background-color: #50BFC8; }
a { background-color: rgb(80,191,200); }
div.DivClassName
{
background-color: #50BFC8;
}
.BgClassName
{
background-color: #50BFC8;
}
</style>
border-color css
<style>
span { border-color: #50BFC8; }
span { border-color: rgb(80,191,200); }
td.TdClassName
{
border-color: #50BFC8;
}
.TagClassName
{
border-color: #50BFC8;
}
</style>