Shades of Viking #41BACD
Tints of Viking #41BACD
RGB
CMYK
RGB Variations
Color information
#41BACD (or 0x41BACD) is known color: Viking. HEX triplet: 41, BA and CD. RGB value is (65,186,205). Sum of RGB (Red+Green+Blue) = 65+186+205=456 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.25% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #41BACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BACD is #BE4532. Grayscale: #979797. Windows color (decimal): -12469555 or 13482561. OLE color: 13482561.
HSL color Cylindrical-coordinate representation of color #41BACD: hue angle of 188.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41BACD is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 186 | 205 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.20 |
| HSL | 188.14º | 0.58% | 0.53% | - |
| HSV(B) | 188.14º | 0.68% | 0.8% | - |
| XYZ | 30.76 | 40.65 | 63.98 | - |
| YUV | 151.99 | 157.91 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 186 | 205 | 0.68 | 0.09 | 0 | 0.20 | 188.14 | 0.58 | 0.53 |
| Hex | 41 | BA | CD | 44 | 9 | 0 | 14 | BC | 3A | 35 |
| Octal | 101 | 272 | 315 | 104 | 11 | 0 | 24 | 274 | 72 | 65 |
| Binary | 1000001 | 10111010 | 11001101 | 1000100 | 1001 | 0 | 10100 | 10111100 | 111010 | 110101 |
Color Harmonies of #41BACD
Complementary color
Monochromatic Colors of #41BACD
Black with #41BACD
Text Example
Text Example
White with #41BACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BACD; }
p { color: rgb(65,186,205); }
H1.HeaderClassName
{
color: #41BACD;
}
.AnyTagClassName
{
color: #41BACD;
}
</style>
background-color css
<style>
a { background-color: #41BACD; }
a { background-color: rgb(65,186,205); }
div.DivClassName
{
background-color: #41BACD;
}
.BgClassName
{
background-color: #41BACD;
}
</style>
border-color css
<style>
span { border-color: #41BACD; }
span { border-color: rgb(65,186,205); }
td.TdClassName
{
border-color: #41BACD;
}
.TagClassName
{
border-color: #41BACD;
}
</style>