Shades of Viking #41ADCD
Tints of Viking #41ADCD
RGB
CMYK
RGB Variations
Color information
#41ADCD (or 0x41ADCD) is known color: Viking. HEX triplet: 41, AD and CD. RGB value is (65,173,205). Sum of RGB (Red+Green+Blue) = 65+173+205=443 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.67% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #41ADCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ADCD is #BE5232. Grayscale: #909090. Windows color (decimal): -12472883 or 13479233. OLE color: 13479233.
HSL color Cylindrical-coordinate representation of color #41ADCD: hue angle of 193.71º 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 #41ADCD is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 173 | 205 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.20 |
| HSL | 193.71º | 0.58% | 0.53% | - |
| HSV(B) | 193.71º | 0.68% | 0.8% | - |
| XYZ | 28.14 | 35.42 | 63.11 | - |
| YUV | 144.36 | 162.22 | 71.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 173 | 205 | 0.68 | 0.16 | 0 | 0.20 | 193.71 | 0.58 | 0.53 |
| Hex | 41 | AD | CD | 44 | 10 | 0 | 14 | C2 | 3A | 35 |
| Octal | 101 | 255 | 315 | 104 | 20 | 0 | 24 | 302 | 72 | 65 |
| Binary | 1000001 | 10101101 | 11001101 | 1000100 | 10000 | 0 | 10100 | 11000010 | 111010 | 110101 |
Color Harmonies of #41ADCD
Complementary color
Monochromatic Colors of #41ADCD
Black with #41ADCD
Text Example
Text Example
White with #41ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ADCD; }
p { color: rgb(65,173,205); }
H1.HeaderClassName
{
color: #41ADCD;
}
.AnyTagClassName
{
color: #41ADCD;
}
</style>
background-color css
<style>
a { background-color: #41ADCD; }
a { background-color: rgb(65,173,205); }
div.DivClassName
{
background-color: #41ADCD;
}
.BgClassName
{
background-color: #41ADCD;
}
</style>
border-color css
<style>
span { border-color: #41ADCD; }
span { border-color: rgb(65,173,205); }
td.TdClassName
{
border-color: #41ADCD;
}
.TagClassName
{
border-color: #41ADCD;
}
</style>