Shades of Viking #41BAD0
Tints of Viking #41BAD0
RGB
CMYK
RGB Variations
Color information
#41BAD0 (or 0x41BAD0) is known color: Viking. HEX triplet: 41, BA and D0. RGB value is (65,186,208). Sum of RGB (Red+Green+Blue) = 65+186+208=459 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.16% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #41BAD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BAD0 is #BE452F. Grayscale: #989898. Windows color (decimal): -12469552 or 13679169. OLE color: 13679169.
HSL color Cylindrical-coordinate representation of color #41BAD0: hue angle of 189.23º 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 #41BAD0 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 186 | 208 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.18 |
| HSL | 189.23º | 0.6% | 0.54% | - |
| HSV(B) | 189.23º | 0.69% | 0.82% | - |
| XYZ | 31.12 | 40.8 | 65.91 | - |
| YUV | 152.33 | 159.41 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 186 | 208 | 0.69 | 0.11 | 0 | 0.18 | 189.23 | 0.6 | 0.54 |
| Hex | 41 | BA | D0 | 45 | B | 0 | 12 | BD | 3C | 36 |
| Octal | 101 | 272 | 320 | 105 | 13 | 0 | 22 | 275 | 74 | 66 |
| Binary | 1000001 | 10111010 | 11010000 | 1000101 | 1011 | 0 | 10010 | 10111101 | 111100 | 110110 |
Color Harmonies of #41BAD0
Complementary color
Monochromatic Colors of #41BAD0
Black with #41BAD0
Text Example
Text Example
White with #41BAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BAD0; }
p { color: rgb(65,186,208); }
H1.HeaderClassName
{
color: #41BAD0;
}
.AnyTagClassName
{
color: #41BAD0;
}
</style>
background-color css
<style>
a { background-color: #41BAD0; }
a { background-color: rgb(65,186,208); }
div.DivClassName
{
background-color: #41BAD0;
}
.BgClassName
{
background-color: #41BAD0;
}
</style>
border-color css
<style>
span { border-color: #41BAD0; }
span { border-color: rgb(65,186,208); }
td.TdClassName
{
border-color: #41BAD0;
}
.TagClassName
{
border-color: #41BAD0;
}
</style>