Shades of Viking #41BACE
Tints of Viking #41BACE
RGB
CMYK
RGB Variations
Color information
#41BACE (or 0x41BACE) is known color: Viking. HEX triplet: 41, BA and CE. RGB value is (65,186,206). Sum of RGB (Red+Green+Blue) = 65+186+206=457 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.22% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #41BACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BACE is #BE4531. Grayscale: #979797. Windows color (decimal): -12469554 or 13548097. OLE color: 13548097.
HSL color Cylindrical-coordinate representation of color #41BACE: hue angle of 188.51º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41BACE is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 186 | 206 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.19 |
| HSL | 188.51º | 0.59% | 0.53% | - |
| HSV(B) | 188.51º | 0.68% | 0.81% | - |
| XYZ | 30.88 | 40.7 | 64.62 | - |
| YUV | 152.1 | 158.41 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 186 | 206 | 0.68 | 0.10 | 0 | 0.19 | 188.51 | 0.59 | 0.53 |
| Hex | 41 | BA | CE | 44 | A | 0 | 13 | BD | 3B | 35 |
| Octal | 101 | 272 | 316 | 104 | 12 | 0 | 23 | 275 | 73 | 65 |
| Binary | 1000001 | 10111010 | 11001110 | 1000100 | 1010 | 0 | 10011 | 10111101 | 111011 | 110101 |
Color Harmonies of #41BACE
Complementary color
Monochromatic Colors of #41BACE
Black with #41BACE
Text Example
Text Example
White with #41BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BACE; }
p { color: rgb(65,186,206); }
H1.HeaderClassName
{
color: #41BACE;
}
.AnyTagClassName
{
color: #41BACE;
}
</style>
background-color css
<style>
a { background-color: #41BACE; }
a { background-color: rgb(65,186,206); }
div.DivClassName
{
background-color: #41BACE;
}
.BgClassName
{
background-color: #41BACE;
}
</style>
border-color css
<style>
span { border-color: #41BACE; }
span { border-color: rgb(65,186,206); }
td.TdClassName
{
border-color: #41BACE;
}
.TagClassName
{
border-color: #41BACE;
}
</style>