Shades of Viking #51BAD5
Tints of Viking #51BAD5
RGB
CMYK
RGB Variations
Color information
#51BAD5 (or 0x51BAD5) is known color: Viking. HEX triplet: 51, BA and D5. RGB value is (81,186,213). Sum of RGB (Red+Green+Blue) = 81+186+213=480 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.88% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 213 - color contains mainly: blue. Hex color #51BAD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BAD5 is #AE452A. Grayscale: #9D9D9D. Windows color (decimal): -11420971 or 14006865. OLE color: 14006865.
HSL color Cylindrical-coordinate representation of color #51BAD5: hue angle of 192.27º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51BAD5 is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 186 | 213 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.16 |
| HSL | 192.27º | 0.61% | 0.58% | - |
| HSV(B) | 192.27º | 0.62% | 0.84% | - |
| XYZ | 32.96 | 41.67 | 69.26 | - |
| YUV | 157.68 | 159.21 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 186 | 213 | 0.62 | 0.13 | 0 | 0.16 | 192.27 | 0.61 | 0.58 |
| Hex | 51 | BA | D5 | 3E | D | 0 | 10 | C0 | 3D | 3A |
| Octal | 121 | 272 | 325 | 76 | 15 | 0 | 20 | 300 | 75 | 72 |
| Binary | 1010001 | 10111010 | 11010101 | 111110 | 1101 | 0 | 10000 | 11000000 | 111101 | 111010 |
Color Harmonies of #51BAD5
Complementary color
Monochromatic Colors of #51BAD5
Black with #51BAD5
Text Example
Text Example
White with #51BAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BAD5; }
p { color: rgb(81,186,213); }
H1.HeaderClassName
{
color: #51BAD5;
}
.AnyTagClassName
{
color: #51BAD5;
}
</style>
background-color css
<style>
a { background-color: #51BAD5; }
a { background-color: rgb(81,186,213); }
div.DivClassName
{
background-color: #51BAD5;
}
.BgClassName
{
background-color: #51BAD5;
}
</style>
border-color css
<style>
span { border-color: #51BAD5; }
span { border-color: rgb(81,186,213); }
td.TdClassName
{
border-color: #51BAD5;
}
.TagClassName
{
border-color: #51BAD5;
}
</style>