Shades of Viking #40ADCC
Tints of Viking #40ADCC
RGB
CMYK
RGB Variations
Color information
#40ADCC (or 0x40ADCC) is known color: Viking. HEX triplet: 40, AD and CC. RGB value is (64,173,204). Sum of RGB (Red+Green+Blue) = 64+173+204=441 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.51% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #40ADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ADCC is #BF5233. Grayscale: #8F8F8F. Windows color (decimal): -12538420 or 13413696. OLE color: 13413696.
HSL color Cylindrical-coordinate representation of color #40ADCC: hue angle of 193.29º degrees, saturation: 0.58, 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 #40ADCC is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 173 | 204 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.2 |
| HSL | 193.29º | 0.58% | 0.53% | - |
| HSV(B) | 193.29º | 0.69% | 0.8% | - |
| XYZ | 27.96 | 35.34 | 62.47 | - |
| YUV | 143.94 | 161.89 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 204 | 0.69 | 0.15 | 0 | 0.2 | 193.29 | 0.58 | 0.53 |
| Hex | 40 | AD | CC | 45 | F | 0 | 14 | C1 | 3A | 35 |
| Octal | 100 | 255 | 314 | 105 | 17 | 0 | 24 | 301 | 72 | 65 |
| Binary | 1000000 | 10101101 | 11001100 | 1000101 | 1111 | 0 | 10100 | 11000001 | 111010 | 110101 |
Color Harmonies of #40ADCC
Complementary color
Monochromatic Colors of #40ADCC
Black with #40ADCC
Text Example
Text Example
White with #40ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ADCC; }
p { color: rgb(64,173,204); }
H1.HeaderClassName
{
color: #40ADCC;
}
.AnyTagClassName
{
color: #40ADCC;
}
</style>
background-color css
<style>
a { background-color: #40ADCC; }
a { background-color: rgb(64,173,204); }
div.DivClassName
{
background-color: #40ADCC;
}
.BgClassName
{
background-color: #40ADCC;
}
</style>
border-color css
<style>
span { border-color: #40ADCC; }
span { border-color: rgb(64,173,204); }
td.TdClassName
{
border-color: #40ADCC;
}
.TagClassName
{
border-color: #40ADCC;
}
</style>