Shades of Viking #40AECA
Tints of Viking #40AECA
RGB
CMYK
RGB Variations
Color information
#40AECA (or 0x40AECA) is known color: Viking. HEX triplet: 40, AE and CA. RGB value is (64,174,202). Sum of RGB (Red+Green+Blue) = 64+174+202=440 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.55% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #40AECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AECA is #BF5135. Grayscale: #909090. Windows color (decimal): -12538166 or 13282880. OLE color: 13282880.
HSL color Cylindrical-coordinate representation of color #40AECA: hue angle of 192.17º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40AECA is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 174 | 202 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.21 |
| HSL | 192.17º | 0.57% | 0.52% | - |
| HSV(B) | 192.17º | 0.68% | 0.79% | - |
| XYZ | 27.91 | 35.63 | 61.28 | - |
| YUV | 144.3 | 160.56 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 174 | 202 | 0.68 | 0.14 | 0 | 0.21 | 192.17 | 0.57 | 0.52 |
| Hex | 40 | AE | CA | 44 | E | 0 | 15 | C0 | 39 | 34 |
| Octal | 100 | 256 | 312 | 104 | 16 | 0 | 25 | 300 | 71 | 64 |
| Binary | 1000000 | 10101110 | 11001010 | 1000100 | 1110 | 0 | 10101 | 11000000 | 111001 | 110100 |
Color Harmonies of #40AECA
Complementary color
Monochromatic Colors of #40AECA
Black with #40AECA
Text Example
Text Example
White with #40AECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AECA; }
p { color: rgb(64,174,202); }
H1.HeaderClassName
{
color: #40AECA;
}
.AnyTagClassName
{
color: #40AECA;
}
</style>
background-color css
<style>
a { background-color: #40AECA; }
a { background-color: rgb(64,174,202); }
div.DivClassName
{
background-color: #40AECA;
}
.BgClassName
{
background-color: #40AECA;
}
</style>
border-color css
<style>
span { border-color: #40AECA; }
span { border-color: rgb(64,174,202); }
td.TdClassName
{
border-color: #40AECA;
}
.TagClassName
{
border-color: #40AECA;
}
</style>