Shades of Viking #51BFDC
Tints of Viking #51BFDC
RGB
CMYK
RGB Variations
Color information
#51BFDC (or 0x51BFDC) is known color: Viking. HEX triplet: 51, BF and DC. RGB value is (81,191,220). Sum of RGB (Red+Green+Blue) = 81+191+220=492 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.46% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #51BFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BFDC is #AE4023. Grayscale: #A1A1A1. Windows color (decimal): -11419684 or 14466897. OLE color: 14466897.
HSL color Cylindrical-coordinate representation of color #51BFDC: hue angle of 192.52º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51BFDC is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 191 | 220 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.14 |
| HSL | 192.52º | 0.67% | 0.59% | - |
| HSV(B) | 192.52º | 0.63% | 0.86% | - |
| XYZ | 34.94 | 44.18 | 74.4 | - |
| YUV | 161.42 | 161.06 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 191 | 220 | 0.63 | 0.13 | 0 | 0.14 | 192.52 | 0.67 | 0.59 |
| Hex | 51 | BF | DC | 3F | D | 0 | E | C1 | 43 | 3B |
| Octal | 121 | 277 | 334 | 77 | 15 | 0 | 16 | 301 | 103 | 73 |
| Binary | 1010001 | 10111111 | 11011100 | 111111 | 1101 | 0 | 1110 | 11000001 | 1000011 | 111011 |
Color Harmonies of #51BFDC
Complementary color
Monochromatic Colors of #51BFDC
Black with #51BFDC
Text Example
Text Example
White with #51BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BFDC; }
p { color: rgb(81,191,220); }
H1.HeaderClassName
{
color: #51BFDC;
}
.AnyTagClassName
{
color: #51BFDC;
}
</style>
background-color css
<style>
a { background-color: #51BFDC; }
a { background-color: rgb(81,191,220); }
div.DivClassName
{
background-color: #51BFDC;
}
.BgClassName
{
background-color: #51BFDC;
}
</style>
border-color css
<style>
span { border-color: #51BFDC; }
span { border-color: rgb(81,191,220); }
td.TdClassName
{
border-color: #51BFDC;
}
.TagClassName
{
border-color: #51BFDC;
}
</style>