Shades of Viking #50BDCF
Tints of Viking #50BDCF
RGB
CMYK
RGB Variations
Color information
#50BDCF (or 0x50BDCF) is known color: Viking. HEX triplet: 50, BD and CF. RGB value is (80,189,207). Sum of RGB (Red+Green+Blue) = 80+189+207=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #50BDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BDCF is #AF4230. Grayscale: #9E9E9E. Windows color (decimal): -11485745 or 13614416. OLE color: 13614416.
HSL color Cylindrical-coordinate representation of color #50BDCF: hue angle of 188.5º degrees, saturation: 0.57, 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 #50BDCF is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 189 | 207 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.19 |
| HSL | 188.5º | 0.57% | 0.56% | - |
| HSV(B) | 188.5º | 0.61% | 0.81% | - |
| XYZ | 32.77 | 42.61 | 65.53 | - |
| YUV | 158.46 | 155.39 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 189 | 207 | 0.61 | 0.09 | 0 | 0.19 | 188.5 | 0.57 | 0.56 |
| Hex | 50 | BD | CF | 3D | 9 | 0 | 13 | BD | 39 | 38 |
| Octal | 120 | 275 | 317 | 75 | 11 | 0 | 23 | 275 | 71 | 70 |
| Binary | 1010000 | 10111101 | 11001111 | 111101 | 1001 | 0 | 10011 | 10111101 | 111001 | 111000 |
Color Harmonies of #50BDCF
Complementary color
Monochromatic Colors of #50BDCF
Black with #50BDCF
Text Example
Text Example
White with #50BDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BDCF; }
p { color: rgb(80,189,207); }
H1.HeaderClassName
{
color: #50BDCF;
}
.AnyTagClassName
{
color: #50BDCF;
}
</style>
background-color css
<style>
a { background-color: #50BDCF; }
a { background-color: rgb(80,189,207); }
div.DivClassName
{
background-color: #50BDCF;
}
.BgClassName
{
background-color: #50BDCF;
}
</style>
border-color css
<style>
span { border-color: #50BDCF; }
span { border-color: rgb(80,189,207); }
td.TdClassName
{
border-color: #50BDCF;
}
.TagClassName
{
border-color: #50BDCF;
}
</style>