Shades of Viking #51A8BC
Tints of Viking #51A8BC
RGB
CMYK
RGB Variations
Color information
#51A8BC (or 0x51A8BC) is known color: Viking. HEX triplet: 51, A8 and BC. RGB value is (81,168,188). Sum of RGB (Red+Green+Blue) = 81+168+188=437 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.54% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #51A8BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A8BC is #AE5743. Grayscale: #909090. Windows color (decimal): -11425604 or 12363857. OLE color: 12363857.
HSL color Cylindrical-coordinate representation of color #51A8BC: hue angle of 191.21º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51A8BC is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 168 | 188 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.26 |
| HSL | 191.22º | 0.44% | 0.53% | - |
| HSV(B) | 191.22º | 0.57% | 0.74% | - |
| XYZ | 26.47 | 33.39 | 52.63 | - |
| YUV | 144.27 | 152.68 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 168 | 188 | 0.57 | 0.11 | 0 | 0.26 | 191.22 | 0.44 | 0.53 |
| Hex | 51 | A8 | BC | 39 | B | 0 | 1A | BF | 2C | 35 |
| Octal | 121 | 250 | 274 | 71 | 13 | 0 | 32 | 277 | 54 | 65 |
| Binary | 1010001 | 10101000 | 10111100 | 111001 | 1011 | 0 | 11010 | 10111111 | 101100 | 110101 |
Color Harmonies of #51A8BC
Complementary color
Monochromatic Colors of #51A8BC
Black with #51A8BC
Text Example
Text Example
White with #51A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A8BC; }
p { color: rgb(81,168,188); }
H1.HeaderClassName
{
color: #51A8BC;
}
.AnyTagClassName
{
color: #51A8BC;
}
</style>
background-color css
<style>
a { background-color: #51A8BC; }
a { background-color: rgb(81,168,188); }
div.DivClassName
{
background-color: #51A8BC;
}
.BgClassName
{
background-color: #51A8BC;
}
</style>
border-color css
<style>
span { border-color: #51A8BC; }
span { border-color: rgb(81,168,188); }
td.TdClassName
{
border-color: #51A8BC;
}
.TagClassName
{
border-color: #51A8BC;
}
</style>