Shades of Viking #40BECC
Tints of Viking #40BECC
RGB
CMYK
RGB Variations
Color information
#40BECC (or 0x40BECC) is known color: Viking. HEX triplet: 40, BE and CC. RGB value is (64,190,204). Sum of RGB (Red+Green+Blue) = 64+190+204=458 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.97% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #40BECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BECC is #BF4133. Grayscale: #999999. Windows color (decimal): -12534068 or 13418048. OLE color: 13418048.
HSL color Cylindrical-coordinate representation of color #40BECC: hue angle of 186º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40BECC is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 190 | 204 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.2 |
| HSL | 186º | 0.58% | 0.53% | - |
| HSV(B) | 186º | 0.69% | 0.8% | - |
| XYZ | 31.43 | 42.28 | 63.63 | - |
| YUV | 153.92 | 156.26 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 204 | 0.69 | 0.07 | 0 | 0.2 | 186 | 0.58 | 0.53 |
| Hex | 40 | BE | CC | 45 | 7 | 0 | 14 | BA | 3A | 35 |
| Octal | 100 | 276 | 314 | 105 | 7 | 0 | 24 | 272 | 72 | 65 |
| Binary | 1000000 | 10111110 | 11001100 | 1000101 | 111 | 0 | 10100 | 10111010 | 111010 | 110101 |
Color Harmonies of #40BECC
Complementary color
Monochromatic Colors of #40BECC
Black with #40BECC
Text Example
Text Example
White with #40BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BECC; }
p { color: rgb(64,190,204); }
H1.HeaderClassName
{
color: #40BECC;
}
.AnyTagClassName
{
color: #40BECC;
}
</style>
background-color css
<style>
a { background-color: #40BECC; }
a { background-color: rgb(64,190,204); }
div.DivClassName
{
background-color: #40BECC;
}
.BgClassName
{
background-color: #40BECC;
}
</style>
border-color css
<style>
span { border-color: #40BECC; }
span { border-color: rgb(64,190,204); }
td.TdClassName
{
border-color: #40BECC;
}
.TagClassName
{
border-color: #40BECC;
}
</style>