Shades of Viking #51BDC1
Tints of Viking #51BDC1
RGB
CMYK
RGB Variations
Color information
#51BDC1 (or 0x51BDC1) is known color: Viking. HEX triplet: 51, BD and C1. RGB value is (81,189,193). Sum of RGB (Red+Green+Blue) = 81+189+193=463 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.49% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #51BDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BDC1 is #AE423E. Grayscale: #9D9D9D. Windows color (decimal): -11420223 or 12696913. OLE color: 12696913.
HSL color Cylindrical-coordinate representation of color #51BDC1: hue angle of 182.14º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51BDC1 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 189 | 193 | - |
| CMYK | 0.58 | 0.02 | 0 | 0.24 |
| HSL | 182.14º | 0.47% | 0.54% | - |
| HSV(B) | 182.14º | 0.58% | 0.76% | - |
| XYZ | 31.22 | 41.99 | 56.91 | - |
| YUV | 157.16 | 148.22 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 189 | 193 | 0.58 | 0.02 | 0 | 0.24 | 182.14 | 0.47 | 0.54 |
| Hex | 51 | BD | C1 | 3A | 2 | 0 | 18 | B6 | 2F | 36 |
| Octal | 121 | 275 | 301 | 72 | 2 | 0 | 30 | 266 | 57 | 66 |
| Binary | 1010001 | 10111101 | 11000001 | 111010 | 10 | 0 | 11000 | 10110110 | 101111 | 110110 |
Color Harmonies of #51BDC1
Complementary color
Monochromatic Colors of #51BDC1
Black with #51BDC1
Text Example
Text Example
White with #51BDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BDC1; }
p { color: rgb(81,189,193); }
H1.HeaderClassName
{
color: #51BDC1;
}
.AnyTagClassName
{
color: #51BDC1;
}
</style>
background-color css
<style>
a { background-color: #51BDC1; }
a { background-color: rgb(81,189,193); }
div.DivClassName
{
background-color: #51BDC1;
}
.BgClassName
{
background-color: #51BDC1;
}
</style>
border-color css
<style>
span { border-color: #51BDC1; }
span { border-color: rgb(81,189,193); }
td.TdClassName
{
border-color: #51BDC1;
}
.TagClassName
{
border-color: #51BDC1;
}
</style>