Shades of Viking #41BFD1
Tints of Viking #41BFD1
RGB
CMYK
RGB Variations
Color information
#41BFD1 (or 0x41BFD1) is known color: Viking. HEX triplet: 41, BF and D1. RGB value is (65,191,209). Sum of RGB (Red+Green+Blue) = 65+191+209=465 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.98% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 209 - color contains mainly: blue. Hex color #41BFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BFD1 is #BE402E. Grayscale: #9B9B9B. Windows color (decimal): -12468271 or 13745985. OLE color: 13745985.
HSL color Cylindrical-coordinate representation of color #41BFD1: hue angle of 187.5º degrees, saturation: 0.61, 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 #41BFD1 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 191 | 209 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.18 |
| HSL | 187.5º | 0.61% | 0.54% | - |
| HSV(B) | 187.5º | 0.69% | 0.82% | - |
| XYZ | 32.32 | 42.99 | 66.92 | - |
| YUV | 155.38 | 158.26 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 209 | 0.69 | 0.09 | 0 | 0.18 | 187.5 | 0.61 | 0.54 |
| Hex | 41 | BF | D1 | 45 | 9 | 0 | 12 | BC | 3D | 36 |
| Octal | 101 | 277 | 321 | 105 | 11 | 0 | 22 | 274 | 75 | 66 |
| Binary | 1000001 | 10111111 | 11010001 | 1000101 | 1001 | 0 | 10010 | 10111100 | 111101 | 110110 |
Color Harmonies of #41BFD1
Complementary color
Monochromatic Colors of #41BFD1
Black with #41BFD1
Text Example
Text Example
White with #41BFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BFD1; }
p { color: rgb(65,191,209); }
H1.HeaderClassName
{
color: #41BFD1;
}
.AnyTagClassName
{
color: #41BFD1;
}
</style>
background-color css
<style>
a { background-color: #41BFD1; }
a { background-color: rgb(65,191,209); }
div.DivClassName
{
background-color: #41BFD1;
}
.BgClassName
{
background-color: #41BFD1;
}
</style>
border-color css
<style>
span { border-color: #41BFD1; }
span { border-color: rgb(65,191,209); }
td.TdClassName
{
border-color: #41BFD1;
}
.TagClassName
{
border-color: #41BFD1;
}
</style>