Shades of Viking #41BDD0
Tints of Viking #41BDD0
RGB
CMYK
RGB Variations
Color information
#41BDD0 (or 0x41BDD0) is known color: Viking. HEX triplet: 41, BD and D0. RGB value is (65,189,208). Sum of RGB (Red+Green+Blue) = 65+189+208=462 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.07% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #41BDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BDD0 is #BE422F. Grayscale: #999999. Windows color (decimal): -12468784 or 13679937. OLE color: 13679937.
HSL color Cylindrical-coordinate representation of color #41BDD0: hue angle of 187.97º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41BDD0 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 189 | 208 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.18 |
| HSL | 187.97º | 0.6% | 0.54% | - |
| HSV(B) | 187.97º | 0.69% | 0.82% | - |
| XYZ | 31.76 | 42.07 | 66.12 | - |
| YUV | 154.09 | 158.42 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 189 | 208 | 0.69 | 0.09 | 0 | 0.18 | 187.97 | 0.6 | 0.54 |
| Hex | 41 | BD | D0 | 45 | 9 | 0 | 12 | BC | 3C | 36 |
| Octal | 101 | 275 | 320 | 105 | 11 | 0 | 22 | 274 | 74 | 66 |
| Binary | 1000001 | 10111101 | 11010000 | 1000101 | 1001 | 0 | 10010 | 10111100 | 111100 | 110110 |
Color Harmonies of #41BDD0
Complementary color
Monochromatic Colors of #41BDD0
Black with #41BDD0
Text Example
Text Example
White with #41BDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BDD0; }
p { color: rgb(65,189,208); }
H1.HeaderClassName
{
color: #41BDD0;
}
.AnyTagClassName
{
color: #41BDD0;
}
</style>
background-color css
<style>
a { background-color: #41BDD0; }
a { background-color: rgb(65,189,208); }
div.DivClassName
{
background-color: #41BDD0;
}
.BgClassName
{
background-color: #41BDD0;
}
</style>
border-color css
<style>
span { border-color: #41BDD0; }
span { border-color: rgb(65,189,208); }
td.TdClassName
{
border-color: #41BDD0;
}
.TagClassName
{
border-color: #41BDD0;
}
</style>