Shades of Viking #51ACC4
Tints of Viking #51ACC4
RGB
CMYK
RGB Variations
Color information
#51ACC4 (or 0x51ACC4) is known color: Viking. HEX triplet: 51, AC and C4. RGB value is (81,172,196). Sum of RGB (Red+Green+Blue) = 81+172+196=449 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.04% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 196 - color contains mainly: blue. Hex color #51ACC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ACC4 is #AE533B. Grayscale: #939393. Windows color (decimal): -11424572 or 12889169. OLE color: 12889169.
HSL color Cylindrical-coordinate representation of color #51ACC4: hue angle of 192.52º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51ACC4 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 81 | 172 | 196 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.23 |
| HSL | 192.52º | 0.49% | 0.54% | - |
| HSV(B) | 192.52º | 0.59% | 0.77% | - |
| XYZ | 28.11 | 35.24 | 57.55 | - |
| YUV | 147.53 | 155.35 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 172 | 196 | 0.59 | 0.12 | 0 | 0.23 | 192.52 | 0.49 | 0.54 |
| Hex | 51 | AC | C4 | 3B | C | 0 | 17 | C1 | 31 | 36 |
| Octal | 121 | 254 | 304 | 73 | 14 | 0 | 27 | 301 | 61 | 66 |
| Binary | 1010001 | 10101100 | 11000100 | 111011 | 1100 | 0 | 10111 | 11000001 | 110001 | 110110 |
Color Harmonies of #51ACC4
Complementary color
Monochromatic Colors of #51ACC4
Black with #51ACC4
Text Example
Text Example
White with #51ACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ACC4; }
p { color: rgb(81,172,196); }
H1.HeaderClassName
{
color: #51ACC4;
}
.AnyTagClassName
{
color: #51ACC4;
}
</style>
background-color css
<style>
a { background-color: #51ACC4; }
a { background-color: rgb(81,172,196); }
div.DivClassName
{
background-color: #51ACC4;
}
.BgClassName
{
background-color: #51ACC4;
}
</style>
border-color css
<style>
span { border-color: #51ACC4; }
span { border-color: rgb(81,172,196); }
td.TdClassName
{
border-color: #51ACC4;
}
.TagClassName
{
border-color: #51ACC4;
}
</style>