Shades of Viking #40AECC
Tints of Viking #40AECC
RGB
CMYK
RGB Variations
Color information
#40AECC (or 0x40AECC) is known color: Viking. HEX triplet: 40, AE and CC. RGB value is (64,174,204). Sum of RGB (Red+Green+Blue) = 64+174+204=442 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.48% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #40AECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AECC is #BF5133. Grayscale: #909090. Windows color (decimal): -12538164 or 13413952. OLE color: 13413952.
HSL color Cylindrical-coordinate representation of color #40AECC: hue angle of 192.86º 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 #40AECC is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 174 | 204 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.2 |
| HSL | 192.86º | 0.58% | 0.53% | - |
| HSV(B) | 192.86º | 0.69% | 0.8% | - |
| XYZ | 28.15 | 35.72 | 62.54 | - |
| YUV | 144.53 | 161.56 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 174 | 204 | 0.69 | 0.15 | 0 | 0.2 | 192.86 | 0.58 | 0.53 |
| Hex | 40 | AE | CC | 45 | F | 0 | 14 | C1 | 3A | 35 |
| Octal | 100 | 256 | 314 | 105 | 17 | 0 | 24 | 301 | 72 | 65 |
| Binary | 1000000 | 10101110 | 11001100 | 1000101 | 1111 | 0 | 10100 | 11000001 | 111010 | 110101 |
Color Harmonies of #40AECC
Complementary color
Monochromatic Colors of #40AECC
Black with #40AECC
Text Example
Text Example
White with #40AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AECC; }
p { color: rgb(64,174,204); }
H1.HeaderClassName
{
color: #40AECC;
}
.AnyTagClassName
{
color: #40AECC;
}
</style>
background-color css
<style>
a { background-color: #40AECC; }
a { background-color: rgb(64,174,204); }
div.DivClassName
{
background-color: #40AECC;
}
.BgClassName
{
background-color: #40AECC;
}
</style>
border-color css
<style>
span { border-color: #40AECC; }
span { border-color: rgb(64,174,204); }
td.TdClassName
{
border-color: #40AECC;
}
.TagClassName
{
border-color: #40AECC;
}
</style>