Shades of Viking #41BECF
Tints of Viking #41BECF
RGB
CMYK
RGB Variations
Color information
#41BECF (or 0x41BECF) is known color: Viking. HEX triplet: 41, BE and CF. RGB value is (65,190,207). Sum of RGB (Red+Green+Blue) = 65+190+207=462 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.07% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #41BECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BECF is #BE4130. Grayscale: #9A9A9A. Windows color (decimal): -12468529 or 13614657. OLE color: 13614657.
HSL color Cylindrical-coordinate representation of color #41BECF: hue angle of 187.18º 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 #41BECF is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 190 | 207 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.19 |
| HSL | 187.18º | 0.6% | 0.53% | - |
| HSV(B) | 187.18º | 0.69% | 0.81% | - |
| XYZ | 31.86 | 42.46 | 65.55 | - |
| YUV | 154.56 | 157.59 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 190 | 207 | 0.69 | 0.08 | 0 | 0.19 | 187.18 | 0.6 | 0.53 |
| Hex | 41 | BE | CF | 45 | 8 | 0 | 13 | BB | 3C | 35 |
| Octal | 101 | 276 | 317 | 105 | 10 | 0 | 23 | 273 | 74 | 65 |
| Binary | 1000001 | 10111110 | 11001111 | 1000101 | 1000 | 0 | 10011 | 10111011 | 111100 | 110101 |
Color Harmonies of #41BECF
Complementary color
Monochromatic Colors of #41BECF
Black with #41BECF
Text Example
Text Example
White with #41BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BECF; }
p { color: rgb(65,190,207); }
H1.HeaderClassName
{
color: #41BECF;
}
.AnyTagClassName
{
color: #41BECF;
}
</style>
background-color css
<style>
a { background-color: #41BECF; }
a { background-color: rgb(65,190,207); }
div.DivClassName
{
background-color: #41BECF;
}
.BgClassName
{
background-color: #41BECF;
}
</style>
border-color css
<style>
span { border-color: #41BECF; }
span { border-color: rgb(65,190,207); }
td.TdClassName
{
border-color: #41BECF;
}
.TagClassName
{
border-color: #41BECF;
}
</style>