Shades of Viking #40AACC
Tints of Viking #40AACC
RGB
CMYK
RGB Variations
Color information
#40AACC (or 0x40AACC) is known color: Viking. HEX triplet: 40, AA and CC. RGB value is (64,170,204). Sum of RGB (Red+Green+Blue) = 64+170+204=438 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.61% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #40AACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AACC is #BF5533. Grayscale: #8D8D8D. Windows color (decimal): -12539188 or 13412928. OLE color: 13412928.
HSL color Cylindrical-coordinate representation of color #40AACC: hue angle of 194.57º 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 #40AACC is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 170 | 204 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.2 |
| HSL | 194.57º | 0.58% | 0.53% | - |
| HSV(B) | 194.57º | 0.69% | 0.8% | - |
| XYZ | 27.39 | 34.2 | 62.28 | - |
| YUV | 142.18 | 162.88 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 170 | 204 | 0.69 | 0.17 | 0 | 0.2 | 194.57 | 0.58 | 0.53 |
| Hex | 40 | AA | CC | 45 | 11 | 0 | 14 | C3 | 3A | 35 |
| Octal | 100 | 252 | 314 | 105 | 21 | 0 | 24 | 303 | 72 | 65 |
| Binary | 1000000 | 10101010 | 11001100 | 1000101 | 10001 | 0 | 10100 | 11000011 | 111010 | 110101 |
Color Harmonies of #40AACC
Complementary color
Monochromatic Colors of #40AACC
Black with #40AACC
Text Example
Text Example
White with #40AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AACC; }
p { color: rgb(64,170,204); }
H1.HeaderClassName
{
color: #40AACC;
}
.AnyTagClassName
{
color: #40AACC;
}
</style>
background-color css
<style>
a { background-color: #40AACC; }
a { background-color: rgb(64,170,204); }
div.DivClassName
{
background-color: #40AACC;
}
.BgClassName
{
background-color: #40AACC;
}
</style>
border-color css
<style>
span { border-color: #40AACC; }
span { border-color: rgb(64,170,204); }
td.TdClassName
{
border-color: #40AACC;
}
.TagClassName
{
border-color: #40AACC;
}
</style>