Shades of Viking #41BFCE
Tints of Viking #41BFCE
RGB
CMYK
RGB Variations
Color information
#41BFCE (or 0x41BFCE) is known color: Viking. HEX triplet: 41, BF and CE. RGB value is (65,191,206). Sum of RGB (Red+Green+Blue) = 65+191+206=462 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.07% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #41BFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BFCE is #BE4031. Grayscale: #9A9A9A. Windows color (decimal): -12468274 or 13549377. OLE color: 13549377.
HSL color Cylindrical-coordinate representation of color #41BFCE: hue angle of 186.38º 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 #41BFCE is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 191 | 206 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.19 |
| HSL | 186.38º | 0.59% | 0.53% | - |
| HSV(B) | 186.38º | 0.68% | 0.81% | - |
| XYZ | 31.95 | 42.84 | 64.98 | - |
| YUV | 155.04 | 156.76 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 206 | 0.68 | 0.07 | 0 | 0.19 | 186.38 | 0.59 | 0.53 |
| Hex | 41 | BF | CE | 44 | 7 | 0 | 13 | BA | 3B | 35 |
| Octal | 101 | 277 | 316 | 104 | 7 | 0 | 23 | 272 | 73 | 65 |
| Binary | 1000001 | 10111111 | 11001110 | 1000100 | 111 | 0 | 10011 | 10111010 | 111011 | 110101 |
Color Harmonies of #41BFCE
Complementary color
Monochromatic Colors of #41BFCE
Black with #41BFCE
Text Example
Text Example
White with #41BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BFCE; }
p { color: rgb(65,191,206); }
H1.HeaderClassName
{
color: #41BFCE;
}
.AnyTagClassName
{
color: #41BFCE;
}
</style>
background-color css
<style>
a { background-color: #41BFCE; }
a { background-color: rgb(65,191,206); }
div.DivClassName
{
background-color: #41BFCE;
}
.BgClassName
{
background-color: #41BFCE;
}
</style>
border-color css
<style>
span { border-color: #41BFCE; }
span { border-color: rgb(65,191,206); }
td.TdClassName
{
border-color: #41BFCE;
}
.TagClassName
{
border-color: #41BFCE;
}
</style>