Shades of Viking #40AED0
Tints of Viking #40AED0
RGB
CMYK
RGB Variations
Color information
#40AED0 (or 0x40AED0) is known color: Viking. HEX triplet: 40, AE and D0. RGB value is (64,174,208). Sum of RGB (Red+Green+Blue) = 64+174+208=446 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.35% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 208 - color contains mainly: blue. Hex color #40AED0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AED0 is #BF512F. Grayscale: #909090. Windows color (decimal): -12538160 or 13676096. OLE color: 13676096.
HSL color Cylindrical-coordinate representation of color #40AED0: hue angle of 194.17º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40AED0 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 174 | 208 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.18 |
| HSL | 194.17º | 0.61% | 0.53% | - |
| HSV(B) | 194.17º | 0.69% | 0.82% | - |
| XYZ | 28.64 | 35.92 | 65.1 | - |
| YUV | 144.99 | 163.56 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 174 | 208 | 0.69 | 0.16 | 0 | 0.18 | 194.17 | 0.61 | 0.53 |
| Hex | 40 | AE | D0 | 45 | 10 | 0 | 12 | C2 | 3D | 35 |
| Octal | 100 | 256 | 320 | 105 | 20 | 0 | 22 | 302 | 75 | 65 |
| Binary | 1000000 | 10101110 | 11010000 | 1000101 | 10000 | 0 | 10010 | 11000010 | 111101 | 110101 |
Color Harmonies of #40AED0
Complementary color
Monochromatic Colors of #40AED0
Black with #40AED0
Text Example
Text Example
White with #40AED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AED0; }
p { color: rgb(64,174,208); }
H1.HeaderClassName
{
color: #40AED0;
}
.AnyTagClassName
{
color: #40AED0;
}
</style>
background-color css
<style>
a { background-color: #40AED0; }
a { background-color: rgb(64,174,208); }
div.DivClassName
{
background-color: #40AED0;
}
.BgClassName
{
background-color: #40AED0;
}
</style>
border-color css
<style>
span { border-color: #40AED0; }
span { border-color: rgb(64,174,208); }
td.TdClassName
{
border-color: #40AED0;
}
.TagClassName
{
border-color: #40AED0;
}
</style>