Shades of Viking #41BACF
Tints of Viking #41BACF
RGB
CMYK
RGB Variations
Color information
#41BACF (or 0x41BACF) is known color: Viking. HEX triplet: 41, BA and CF. RGB value is (65,186,207). Sum of RGB (Red+Green+Blue) = 65+186+207=458 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.19% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #41BACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BACF is #BE4530. Grayscale: #989898. Windows color (decimal): -12469553 or 13613633. OLE color: 13613633.
HSL color Cylindrical-coordinate representation of color #41BACF: hue angle of 188.87º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41BACF is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 186 | 207 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.19 |
| HSL | 188.87º | 0.6% | 0.53% | - |
| HSV(B) | 188.87º | 0.69% | 0.81% | - |
| XYZ | 31 | 40.75 | 65.26 | - |
| YUV | 152.22 | 158.91 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 186 | 207 | 0.69 | 0.10 | 0 | 0.19 | 188.87 | 0.6 | 0.53 |
| Hex | 41 | BA | CF | 45 | A | 0 | 13 | BD | 3C | 35 |
| Octal | 101 | 272 | 317 | 105 | 12 | 0 | 23 | 275 | 74 | 65 |
| Binary | 1000001 | 10111010 | 11001111 | 1000101 | 1010 | 0 | 10011 | 10111101 | 111100 | 110101 |
Color Harmonies of #41BACF
Complementary color
Monochromatic Colors of #41BACF
Black with #41BACF
Text Example
Text Example
White with #41BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BACF; }
p { color: rgb(65,186,207); }
H1.HeaderClassName
{
color: #41BACF;
}
.AnyTagClassName
{
color: #41BACF;
}
</style>
background-color css
<style>
a { background-color: #41BACF; }
a { background-color: rgb(65,186,207); }
div.DivClassName
{
background-color: #41BACF;
}
.BgClassName
{
background-color: #41BACF;
}
</style>
border-color css
<style>
span { border-color: #41BACF; }
span { border-color: rgb(65,186,207); }
td.TdClassName
{
border-color: #41BACF;
}
.TagClassName
{
border-color: #41BACF;
}
</style>