Shades of Viking #40ABCD
Tints of Viking #40ABCD
RGB
CMYK
RGB Variations
Color information
#40ABCD (or 0x40ABCD) is known color: Viking. HEX triplet: 40, AB and CD. RGB value is (64,171,205). Sum of RGB (Red+Green+Blue) = 64+171+205=440 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.55% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #40ABCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ABCD is #BF5432. Grayscale: #8E8E8E. Windows color (decimal): -12538931 or 13478720. OLE color: 13478720.
HSL color Cylindrical-coordinate representation of color #40ABCD: hue angle of 194.47º 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 #40ABCD is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 171 | 205 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.20 |
| HSL | 194.47º | 0.59% | 0.53% | - |
| HSV(B) | 194.47º | 0.69% | 0.8% | - |
| XYZ | 27.7 | 34.62 | 62.98 | - |
| YUV | 142.88 | 163.05 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 205 | 0.69 | 0.17 | 0 | 0.20 | 194.47 | 0.59 | 0.53 |
| Hex | 40 | AB | CD | 45 | 11 | 0 | 14 | C2 | 3B | 35 |
| Octal | 100 | 253 | 315 | 105 | 21 | 0 | 24 | 302 | 73 | 65 |
| Binary | 1000000 | 10101011 | 11001101 | 1000101 | 10001 | 0 | 10100 | 11000010 | 111011 | 110101 |
Color Harmonies of #40ABCD
Complementary color
Monochromatic Colors of #40ABCD
Black with #40ABCD
Text Example
Text Example
White with #40ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ABCD; }
p { color: rgb(64,171,205); }
H1.HeaderClassName
{
color: #40ABCD;
}
.AnyTagClassName
{
color: #40ABCD;
}
</style>
background-color css
<style>
a { background-color: #40ABCD; }
a { background-color: rgb(64,171,205); }
div.DivClassName
{
background-color: #40ABCD;
}
.BgClassName
{
background-color: #40ABCD;
}
</style>
border-color css
<style>
span { border-color: #40ABCD; }
span { border-color: rgb(64,171,205); }
td.TdClassName
{
border-color: #40ABCD;
}
.TagClassName
{
border-color: #40ABCD;
}
</style>