Shades of Viking #50BCCF
Tints of Viking #50BCCF
RGB
CMYK
RGB Variations
Color information
#50BCCF (or 0x50BCCF) is known color: Viking. HEX triplet: 50, BC and CF. RGB value is (80,188,207). Sum of RGB (Red+Green+Blue) = 80+188+207=475 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.84% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #50BCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BCCF is #AF4330. Grayscale: #9D9D9D. Windows color (decimal): -11486001 or 13614160. OLE color: 13614160.
HSL color Cylindrical-coordinate representation of color #50BCCF: hue angle of 188.98º 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 #50BCCF is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 188 | 207 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.19 |
| HSL | 188.98º | 0.57% | 0.56% | - |
| HSV(B) | 188.98º | 0.61% | 0.81% | - |
| XYZ | 32.55 | 42.18 | 65.46 | - |
| YUV | 157.87 | 155.72 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 207 | 0.61 | 0.09 | 0 | 0.19 | 188.98 | 0.57 | 0.56 |
| Hex | 50 | BC | CF | 3D | 9 | 0 | 13 | BD | 39 | 38 |
| Octal | 120 | 274 | 317 | 75 | 11 | 0 | 23 | 275 | 71 | 70 |
| Binary | 1010000 | 10111100 | 11001111 | 111101 | 1001 | 0 | 10011 | 10111101 | 111001 | 111000 |
Color Harmonies of #50BCCF
Complementary color
Monochromatic Colors of #50BCCF
Black with #50BCCF
Text Example
Text Example
White with #50BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BCCF; }
p { color: rgb(80,188,207); }
H1.HeaderClassName
{
color: #50BCCF;
}
.AnyTagClassName
{
color: #50BCCF;
}
</style>
background-color css
<style>
a { background-color: #50BCCF; }
a { background-color: rgb(80,188,207); }
div.DivClassName
{
background-color: #50BCCF;
}
.BgClassName
{
background-color: #50BCCF;
}
</style>
border-color css
<style>
span { border-color: #50BCCF; }
span { border-color: rgb(80,188,207); }
td.TdClassName
{
border-color: #50BCCF;
}
.TagClassName
{
border-color: #50BCCF;
}
</style>