Shades of Viking #51ADD5
Tints of Viking #51ADD5
RGB
CMYK
RGB Variations
Color information
#51ADD5 (or 0x51ADD5) is known color: Viking. HEX triplet: 51, AD and D5. RGB value is (81,173,213). Sum of RGB (Red+Green+Blue) = 81+173+213=467 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.34% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #51ADD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ADD5 is #AE522A. Grayscale: #959595. Windows color (decimal): -11424299 or 14003537. OLE color: 14003537.
HSL color Cylindrical-coordinate representation of color #51ADD5: hue angle of 198.18º 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 #51ADD5 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 173 | 213 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.16 |
| HSL | 198.18º | 0.61% | 0.58% | - |
| HSV(B) | 198.18º | 0.62% | 0.84% | - |
| XYZ | 30.35 | 36.44 | 68.39 | - |
| YUV | 150.05 | 163.52 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 173 | 213 | 0.62 | 0.19 | 0 | 0.16 | 198.18 | 0.61 | 0.58 |
| Hex | 51 | AD | D5 | 3E | 13 | 0 | 10 | C6 | 3D | 3A |
| Octal | 121 | 255 | 325 | 76 | 23 | 0 | 20 | 306 | 75 | 72 |
| Binary | 1010001 | 10101101 | 11010101 | 111110 | 10011 | 0 | 10000 | 11000110 | 111101 | 111010 |
Color Harmonies of #51ADD5
Complementary color
Monochromatic Colors of #51ADD5
Black with #51ADD5
Text Example
Text Example
White with #51ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ADD5; }
p { color: rgb(81,173,213); }
H1.HeaderClassName
{
color: #51ADD5;
}
.AnyTagClassName
{
color: #51ADD5;
}
</style>
background-color css
<style>
a { background-color: #51ADD5; }
a { background-color: rgb(81,173,213); }
div.DivClassName
{
background-color: #51ADD5;
}
.BgClassName
{
background-color: #51ADD5;
}
</style>
border-color css
<style>
span { border-color: #51ADD5; }
span { border-color: rgb(81,173,213); }
td.TdClassName
{
border-color: #51ADD5;
}
.TagClassName
{
border-color: #51ADD5;
}
</style>