Shades of Viking #41BFC9
Tints of Viking #41BFC9
RGB
CMYK
RGB Variations
Color information
#41BFC9 (or 0x41BFC9) is known color: Viking. HEX triplet: 41, BF and C9. RGB value is (65,191,201). Sum of RGB (Red+Green+Blue) = 65+191+201=457 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.22% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 201 - color contains mainly: blue. Hex color #41BFC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BFC9 is #BE4036. Grayscale: #9A9A9A. Windows color (decimal): -12468279 or 13221697. OLE color: 13221697.
HSL color Cylindrical-coordinate representation of color #41BFC9: hue angle of 184.41º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41BFC9 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 191 | 201 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.21 |
| HSL | 184.41º | 0.56% | 0.52% | - |
| HSV(B) | 184.41º | 0.68% | 0.79% | - |
| XYZ | 31.35 | 42.6 | 61.83 | - |
| YUV | 154.47 | 154.26 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 201 | 0.68 | 0.05 | 0 | 0.21 | 184.41 | 0.56 | 0.52 |
| Hex | 41 | BF | C9 | 44 | 5 | 0 | 15 | B8 | 38 | 34 |
| Octal | 101 | 277 | 311 | 104 | 5 | 0 | 25 | 270 | 70 | 64 |
| Binary | 1000001 | 10111111 | 11001001 | 1000100 | 101 | 0 | 10101 | 10111000 | 111000 | 110100 |
Color Harmonies of #41BFC9
Complementary color
Monochromatic Colors of #41BFC9
Black with #41BFC9
Text Example
Text Example
White with #41BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BFC9; }
p { color: rgb(65,191,201); }
H1.HeaderClassName
{
color: #41BFC9;
}
.AnyTagClassName
{
color: #41BFC9;
}
</style>
background-color css
<style>
a { background-color: #41BFC9; }
a { background-color: rgb(65,191,201); }
div.DivClassName
{
background-color: #41BFC9;
}
.BgClassName
{
background-color: #41BFC9;
}
</style>
border-color css
<style>
span { border-color: #41BFC9; }
span { border-color: rgb(65,191,201); }
td.TdClassName
{
border-color: #41BFC9;
}
.TagClassName
{
border-color: #41BFC9;
}
</style>