Shades of Viking #41BDD2
Tints of Viking #41BDD2
RGB
CMYK
RGB Variations
Color information
#41BDD2 (or 0x41BDD2) is known color: Viking. HEX triplet: 41, BD and D2. RGB value is (65,189,210). Sum of RGB (Red+Green+Blue) = 65+189+210=464 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.01% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 210 - color contains mainly: blue. Hex color #41BDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BDD2 is #BE422D. Grayscale: #9A9A9A. Windows color (decimal): -12468782 or 13811009. OLE color: 13811009.
HSL color Cylindrical-coordinate representation of color #41BDD2: hue angle of 188.69º degrees, saturation: 0.62, 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 #41BDD2 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 189 | 210 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.18 |
| HSL | 188.69º | 0.62% | 0.54% | - |
| HSV(B) | 188.69º | 0.69% | 0.82% | - |
| XYZ | 32.01 | 42.17 | 67.43 | - |
| YUV | 154.32 | 159.42 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 189 | 210 | 0.69 | 0.10 | 0 | 0.18 | 188.69 | 0.62 | 0.54 |
| Hex | 41 | BD | D2 | 45 | A | 0 | 12 | BD | 3E | 36 |
| Octal | 101 | 275 | 322 | 105 | 12 | 0 | 22 | 275 | 76 | 66 |
| Binary | 1000001 | 10111101 | 11010010 | 1000101 | 1010 | 0 | 10010 | 10111101 | 111110 | 110110 |
Color Harmonies of #41BDD2
Complementary color
Monochromatic Colors of #41BDD2
Black with #41BDD2
Text Example
Text Example
White with #41BDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BDD2; }
p { color: rgb(65,189,210); }
H1.HeaderClassName
{
color: #41BDD2;
}
.AnyTagClassName
{
color: #41BDD2;
}
</style>
background-color css
<style>
a { background-color: #41BDD2; }
a { background-color: rgb(65,189,210); }
div.DivClassName
{
background-color: #41BDD2;
}
.BgClassName
{
background-color: #41BDD2;
}
</style>
border-color css
<style>
span { border-color: #41BDD2; }
span { border-color: rgb(65,189,210); }
td.TdClassName
{
border-color: #41BDD2;
}
.TagClassName
{
border-color: #41BDD2;
}
</style>