Shades of Viking #40BACD
Tints of Viking #40BACD
RGB
CMYK
RGB Variations
Color information
#40BACD (or 0x40BACD) is known color: Viking. HEX triplet: 40, BA and CD. RGB value is (64,186,205). Sum of RGB (Red+Green+Blue) = 64+186+205=455 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.07% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #40BACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BACD is #BF4532. Grayscale: #979797. Windows color (decimal): -12535091 or 13482560. OLE color: 13482560.
HSL color Cylindrical-coordinate representation of color #40BACD: hue angle of 188.09º degrees, saturation: 0.59, 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 #40BACD is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 186 | 205 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.20 |
| HSL | 188.09º | 0.59% | 0.53% | - |
| HSV(B) | 188.09º | 0.69% | 0.8% | - |
| XYZ | 30.69 | 40.62 | 63.98 | - |
| YUV | 151.69 | 158.08 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 205 | 0.69 | 0.09 | 0 | 0.20 | 188.09 | 0.59 | 0.53 |
| Hex | 40 | BA | CD | 45 | 9 | 0 | 14 | BC | 3B | 35 |
| Octal | 100 | 272 | 315 | 105 | 11 | 0 | 24 | 274 | 73 | 65 |
| Binary | 1000000 | 10111010 | 11001101 | 1000101 | 1001 | 0 | 10100 | 10111100 | 111011 | 110101 |
Color Harmonies of #40BACD
Complementary color
Monochromatic Colors of #40BACD
Black with #40BACD
Text Example
Text Example
White with #40BACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BACD; }
p { color: rgb(64,186,205); }
H1.HeaderClassName
{
color: #40BACD;
}
.AnyTagClassName
{
color: #40BACD;
}
</style>
background-color css
<style>
a { background-color: #40BACD; }
a { background-color: rgb(64,186,205); }
div.DivClassName
{
background-color: #40BACD;
}
.BgClassName
{
background-color: #40BACD;
}
</style>
border-color css
<style>
span { border-color: #40BACD; }
span { border-color: rgb(64,186,205); }
td.TdClassName
{
border-color: #40BACD;
}
.TagClassName
{
border-color: #40BACD;
}
</style>