Shades of Viking #51C1D3
Tints of Viking #51C1D3
RGB
CMYK
RGB Variations
Color information
#51C1D3 (or 0x51C1D3) is known color: Viking. HEX triplet: 51, C1 and D3. RGB value is (81,193,211). Sum of RGB (Red+Green+Blue) = 81+193+211=485 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.70% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 211 (82.81% from 255 or 43.51% from 485); Max value from RGB is 211 - color contains mainly: blue. Hex color #51C1D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C1D3 is #AE3E2C. Grayscale: #A1A1A1. Windows color (decimal): -11419181 or 13877585. OLE color: 13877585.
HSL color Cylindrical-coordinate representation of color #51C1D3: hue angle of 188.31º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51C1D3 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 81 | 193 | 211 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.17 |
| HSL | 188.31º | 0.6% | 0.57% | - |
| HSV(B) | 188.31º | 0.62% | 0.83% | - |
| XYZ | 34.22 | 44.59 | 68.43 | - |
| YUV | 161.56 | 155.89 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 193 | 211 | 0.62 | 0.09 | 0 | 0.17 | 188.31 | 0.6 | 0.57 |
| Hex | 51 | C1 | D3 | 3E | 9 | 0 | 11 | BC | 3C | 39 |
| Octal | 121 | 301 | 323 | 76 | 11 | 0 | 21 | 274 | 74 | 71 |
| Binary | 1010001 | 11000001 | 11010011 | 111110 | 1001 | 0 | 10001 | 10111100 | 111100 | 111001 |
Color Harmonies of #51C1D3
Complementary color
Monochromatic Colors of #51C1D3
Black with #51C1D3
Text Example
Text Example
White with #51C1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C1D3; }
p { color: rgb(81,193,211); }
H1.HeaderClassName
{
color: #51C1D3;
}
.AnyTagClassName
{
color: #51C1D3;
}
</style>
background-color css
<style>
a { background-color: #51C1D3; }
a { background-color: rgb(81,193,211); }
div.DivClassName
{
background-color: #51C1D3;
}
.BgClassName
{
background-color: #51C1D3;
}
</style>
border-color css
<style>
span { border-color: #51C1D3; }
span { border-color: rgb(81,193,211); }
td.TdClassName
{
border-color: #51C1D3;
}
.TagClassName
{
border-color: #51C1D3;
}
</style>