Shades of Viking #41BCCC
Tints of Viking #41BCCC
RGB
CMYK
RGB Variations
Color information
#41BCCC (or 0x41BCCC) is known color: Viking. HEX triplet: 41, BC and CC. RGB value is (65,188,204). Sum of RGB (Red+Green+Blue) = 65+188+204=457 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.22% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #41BCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BCCC is #BE4333. Grayscale: #989898. Windows color (decimal): -12469044 or 13417537. OLE color: 13417537.
HSL color Cylindrical-coordinate representation of color #41BCCC: hue angle of 186.91º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41BCCC is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 188 | 204 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.2 |
| HSL | 186.91º | 0.58% | 0.53% | - |
| HSV(B) | 186.91º | 0.68% | 0.8% | - |
| XYZ | 31.06 | 41.45 | 63.49 | - |
| YUV | 153.05 | 156.75 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 188 | 204 | 0.68 | 0.08 | 0 | 0.2 | 186.91 | 0.58 | 0.53 |
| Hex | 41 | BC | CC | 44 | 8 | 0 | 14 | BB | 3A | 35 |
| Octal | 101 | 274 | 314 | 104 | 10 | 0 | 24 | 273 | 72 | 65 |
| Binary | 1000001 | 10111100 | 11001100 | 1000100 | 1000 | 0 | 10100 | 10111011 | 111010 | 110101 |
Color Harmonies of #41BCCC
Complementary color
Monochromatic Colors of #41BCCC
Black with #41BCCC
Text Example
Text Example
White with #41BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BCCC; }
p { color: rgb(65,188,204); }
H1.HeaderClassName
{
color: #41BCCC;
}
.AnyTagClassName
{
color: #41BCCC;
}
</style>
background-color css
<style>
a { background-color: #41BCCC; }
a { background-color: rgb(65,188,204); }
div.DivClassName
{
background-color: #41BCCC;
}
.BgClassName
{
background-color: #41BCCC;
}
</style>
border-color css
<style>
span { border-color: #41BCCC; }
span { border-color: rgb(65,188,204); }
td.TdClassName
{
border-color: #41BCCC;
}
.TagClassName
{
border-color: #41BCCC;
}
</style>