Shades of Viking #40ACCD
Tints of Viking #40ACCD
RGB
CMYK
RGB Variations
Color information
#40ACCD (or 0x40ACCD) is known color: Viking. HEX triplet: 40, AC and CD. RGB value is (64,172,205). Sum of RGB (Red+Green+Blue) = 64+172+205=441 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.51% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #40ACCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ACCD is #BF5332. Grayscale: #8F8F8F. Windows color (decimal): -12538675 or 13478976. OLE color: 13478976.
HSL color Cylindrical-coordinate representation of color #40ACCD: hue angle of 194.04º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40ACCD is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 172 | 205 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.20 |
| HSL | 194.04º | 0.59% | 0.53% | - |
| HSV(B) | 194.04º | 0.69% | 0.8% | - |
| XYZ | 27.89 | 35 | 63.04 | - |
| YUV | 143.47 | 162.72 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 172 | 205 | 0.69 | 0.16 | 0 | 0.20 | 194.04 | 0.59 | 0.53 |
| Hex | 40 | AC | CD | 45 | 10 | 0 | 14 | C2 | 3B | 35 |
| Octal | 100 | 254 | 315 | 105 | 20 | 0 | 24 | 302 | 73 | 65 |
| Binary | 1000000 | 10101100 | 11001101 | 1000101 | 10000 | 0 | 10100 | 11000010 | 111011 | 110101 |
Color Harmonies of #40ACCD
Complementary color
Monochromatic Colors of #40ACCD
Black with #40ACCD
Text Example
Text Example
White with #40ACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ACCD; }
p { color: rgb(64,172,205); }
H1.HeaderClassName
{
color: #40ACCD;
}
.AnyTagClassName
{
color: #40ACCD;
}
</style>
background-color css
<style>
a { background-color: #40ACCD; }
a { background-color: rgb(64,172,205); }
div.DivClassName
{
background-color: #40ACCD;
}
.BgClassName
{
background-color: #40ACCD;
}
</style>
border-color css
<style>
span { border-color: #40ACCD; }
span { border-color: rgb(64,172,205); }
td.TdClassName
{
border-color: #40ACCD;
}
.TagClassName
{
border-color: #40ACCD;
}
</style>