Shades of Viking #50BECE
Tints of Viking #50BECE
RGB
CMYK
RGB Variations
Color information
#50BECE (or 0x50BECE) is known color: Viking. HEX triplet: 50, BE and CE. RGB value is (80,190,206). Sum of RGB (Red+Green+Blue) = 80+190+206=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #50BECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BECE is #AF4131. Grayscale: #9E9E9E. Windows color (decimal): -11485490 or 13549136. OLE color: 13549136.
HSL color Cylindrical-coordinate representation of color #50BECE: hue angle of 187.62º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50BECE is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 190 | 206 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.19 |
| HSL | 187.62º | 0.56% | 0.56% | - |
| HSV(B) | 187.62º | 0.61% | 0.81% | - |
| XYZ | 32.86 | 42.99 | 64.96 | - |
| YUV | 158.93 | 154.56 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 190 | 206 | 0.61 | 0.08 | 0 | 0.19 | 187.62 | 0.56 | 0.56 |
| Hex | 50 | BE | CE | 3D | 8 | 0 | 13 | BC | 38 | 38 |
| Octal | 120 | 276 | 316 | 75 | 10 | 0 | 23 | 274 | 70 | 70 |
| Binary | 1010000 | 10111110 | 11001110 | 111101 | 1000 | 0 | 10011 | 10111100 | 111000 | 111000 |
Color Harmonies of #50BECE
Complementary color
Monochromatic Colors of #50BECE
Black with #50BECE
Text Example
Text Example
White with #50BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BECE; }
p { color: rgb(80,190,206); }
H1.HeaderClassName
{
color: #50BECE;
}
.AnyTagClassName
{
color: #50BECE;
}
</style>
background-color css
<style>
a { background-color: #50BECE; }
a { background-color: rgb(80,190,206); }
div.DivClassName
{
background-color: #50BECE;
}
.BgClassName
{
background-color: #50BECE;
}
</style>
border-color css
<style>
span { border-color: #50BECE; }
span { border-color: rgb(80,190,206); }
td.TdClassName
{
border-color: #50BECE;
}
.TagClassName
{
border-color: #50BECE;
}
</style>