Shades of Viking #40BFCE
Tints of Viking #40BFCE
RGB
CMYK
RGB Variations
Color information
#40BFCE (or 0x40BFCE) is known color: Viking. HEX triplet: 40, BF and CE. RGB value is (64,191,206). Sum of RGB (Red+Green+Blue) = 64+191+206=461 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.88% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #40BFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BFCE is #BF4031. Grayscale: #9A9A9A. Windows color (decimal): -12533810 or 13549376. OLE color: 13549376.
HSL color Cylindrical-coordinate representation of color #40BFCE: hue angle of 186.34º degrees, saturation: 0.59, 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 #40BFCE is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 191 | 206 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.19 |
| HSL | 186.34º | 0.59% | 0.53% | - |
| HSV(B) | 186.34º | 0.69% | 0.81% | - |
| XYZ | 31.89 | 42.81 | 64.97 | - |
| YUV | 154.74 | 156.92 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 206 | 0.69 | 0.07 | 0 | 0.19 | 186.34 | 0.59 | 0.53 |
| Hex | 40 | BF | CE | 45 | 7 | 0 | 13 | BA | 3B | 35 |
| Octal | 100 | 277 | 316 | 105 | 7 | 0 | 23 | 272 | 73 | 65 |
| Binary | 1000000 | 10111111 | 11001110 | 1000101 | 111 | 0 | 10011 | 10111010 | 111011 | 110101 |
Color Harmonies of #40BFCE
Complementary color
Monochromatic Colors of #40BFCE
Black with #40BFCE
Text Example
Text Example
White with #40BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BFCE; }
p { color: rgb(64,191,206); }
H1.HeaderClassName
{
color: #40BFCE;
}
.AnyTagClassName
{
color: #40BFCE;
}
</style>
background-color css
<style>
a { background-color: #40BFCE; }
a { background-color: rgb(64,191,206); }
div.DivClassName
{
background-color: #40BFCE;
}
.BgClassName
{
background-color: #40BFCE;
}
</style>
border-color css
<style>
span { border-color: #40BFCE; }
span { border-color: rgb(64,191,206); }
td.TdClassName
{
border-color: #40BFCE;
}
.TagClassName
{
border-color: #40BFCE;
}
</style>