Shades of Viking #50BBCD
Tints of Viking #50BBCD
RGB
CMYK
RGB Variations
Color information
#50BBCD (or 0x50BBCD) is known color: Viking. HEX triplet: 50, BB and CD. RGB value is (80,187,205). Sum of RGB (Red+Green+Blue) = 80+187+205=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #50BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BBCD is #AF4432. Grayscale: #9C9C9C. Windows color (decimal): -11486259 or 13482832. OLE color: 13482832.
HSL color Cylindrical-coordinate representation of color #50BBCD: hue angle of 188.64º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50BBCD is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 187 | 205 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.20 |
| HSL | 188.64º | 0.56% | 0.56% | - |
| HSV(B) | 188.64º | 0.61% | 0.8% | - |
| XYZ | 32.1 | 41.65 | 64.11 | - |
| YUV | 157.06 | 155.05 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 187 | 205 | 0.61 | 0.09 | 0 | 0.20 | 188.64 | 0.56 | 0.56 |
| Hex | 50 | BB | CD | 3D | 9 | 0 | 14 | BD | 38 | 38 |
| Octal | 120 | 273 | 315 | 75 | 11 | 0 | 24 | 275 | 70 | 70 |
| Binary | 1010000 | 10111011 | 11001101 | 111101 | 1001 | 0 | 10100 | 10111101 | 111000 | 111000 |
Color Harmonies of #50BBCD
Complementary color
Monochromatic Colors of #50BBCD
Black with #50BBCD
Text Example
Text Example
White with #50BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BBCD; }
p { color: rgb(80,187,205); }
H1.HeaderClassName
{
color: #50BBCD;
}
.AnyTagClassName
{
color: #50BBCD;
}
</style>
background-color css
<style>
a { background-color: #50BBCD; }
a { background-color: rgb(80,187,205); }
div.DivClassName
{
background-color: #50BBCD;
}
.BgClassName
{
background-color: #50BBCD;
}
</style>
border-color css
<style>
span { border-color: #50BBCD; }
span { border-color: rgb(80,187,205); }
td.TdClassName
{
border-color: #50BBCD;
}
.TagClassName
{
border-color: #50BBCD;
}
</style>