Shades of Viking #51A7C8
Tints of Viking #51A7C8
RGB
CMYK
RGB Variations
Color information
#51A7C8 (or 0x51A7C8) is known color: Viking. HEX triplet: 51, A7 and C8. RGB value is (81,167,200). Sum of RGB (Red+Green+Blue) = 81+167+200=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 200 (78.52% from 255 or 44.64% from 448); Max value from RGB is 200 - color contains mainly: blue. Hex color #51A7C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A7C8 is #AE5837. Grayscale: #909090. Windows color (decimal): -11425848 or 13150033. OLE color: 13150033.
HSL color Cylindrical-coordinate representation of color #51A7C8: hue angle of 196.64º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51A7C8 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 81 | 167 | 200 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.22 |
| HSL | 196.64º | 0.52% | 0.55% | - |
| HSV(B) | 196.64º | 0.6% | 0.78% | - |
| XYZ | 27.64 | 33.56 | 59.66 | - |
| YUV | 145.05 | 159.01 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 167 | 200 | 0.59 | 0.16 | 0 | 0.22 | 196.64 | 0.52 | 0.55 |
| Hex | 51 | A7 | C8 | 3B | 10 | 0 | 16 | C5 | 34 | 37 |
| Octal | 121 | 247 | 310 | 73 | 20 | 0 | 26 | 305 | 64 | 67 |
| Binary | 1010001 | 10100111 | 11001000 | 111011 | 10000 | 0 | 10110 | 11000101 | 110100 | 110111 |
Color Harmonies of #51A7C8
Complementary color
Monochromatic Colors of #51A7C8
Black with #51A7C8
Text Example
Text Example
White with #51A7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A7C8; }
p { color: rgb(81,167,200); }
H1.HeaderClassName
{
color: #51A7C8;
}
.AnyTagClassName
{
color: #51A7C8;
}
</style>
background-color css
<style>
a { background-color: #51A7C8; }
a { background-color: rgb(81,167,200); }
div.DivClassName
{
background-color: #51A7C8;
}
.BgClassName
{
background-color: #51A7C8;
}
</style>
border-color css
<style>
span { border-color: #51A7C8; }
span { border-color: rgb(81,167,200); }
td.TdClassName
{
border-color: #51A7C8;
}
.TagClassName
{
border-color: #51A7C8;
}
</style>