Shades of Viking #41BFD2
Tints of Viking #41BFD2
RGB
CMYK
RGB Variations
Color information
#41BFD2 (or 0x41BFD2) is known color: Viking. HEX triplet: 41, BF and D2. RGB value is (65,191,210). Sum of RGB (Red+Green+Blue) = 65+191+210=466 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.95% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 210 - color contains mainly: blue. Hex color #41BFD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BFD2 is #BE402D. Grayscale: #9B9B9B. Windows color (decimal): -12468270 or 13811521. OLE color: 13811521.
HSL color Cylindrical-coordinate representation of color #41BFD2: hue angle of 187.86º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41BFD2 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 191 | 210 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.18 |
| HSL | 187.86º | 0.62% | 0.54% | - |
| HSV(B) | 187.86º | 0.69% | 0.82% | - |
| XYZ | 32.44 | 43.04 | 67.57 | - |
| YUV | 155.49 | 158.76 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 210 | 0.69 | 0.09 | 0 | 0.18 | 187.86 | 0.62 | 0.54 |
| Hex | 41 | BF | D2 | 45 | 9 | 0 | 12 | BC | 3E | 36 |
| Octal | 101 | 277 | 322 | 105 | 11 | 0 | 22 | 274 | 76 | 66 |
| Binary | 1000001 | 10111111 | 11010010 | 1000101 | 1001 | 0 | 10010 | 10111100 | 111110 | 110110 |
Color Harmonies of #41BFD2
Complementary color
Monochromatic Colors of #41BFD2
Black with #41BFD2
Text Example
Text Example
White with #41BFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BFD2; }
p { color: rgb(65,191,210); }
H1.HeaderClassName
{
color: #41BFD2;
}
.AnyTagClassName
{
color: #41BFD2;
}
</style>
background-color css
<style>
a { background-color: #41BFD2; }
a { background-color: rgb(65,191,210); }
div.DivClassName
{
background-color: #41BFD2;
}
.BgClassName
{
background-color: #41BFD2;
}
</style>
border-color css
<style>
span { border-color: #41BFD2; }
span { border-color: rgb(65,191,210); }
td.TdClassName
{
border-color: #41BFD2;
}
.TagClassName
{
border-color: #41BFD2;
}
</style>