Shades of Viking #40BECE
Tints of Viking #40BECE
RGB
CMYK
RGB Variations
Color information
#40BECE (or 0x40BECE) is known color: Viking. HEX triplet: 40, BE and CE. RGB value is (64,190,206). Sum of RGB (Red+Green+Blue) = 64+190+206=460 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.91% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #40BECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BECE is #BF4131. Grayscale: #999999. Windows color (decimal): -12534066 or 13549120. OLE color: 13549120.
HSL color Cylindrical-coordinate representation of color #40BECE: hue angle of 186.76º 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 #40BECE is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 190 | 206 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.19 |
| HSL | 186.76º | 0.59% | 0.53% | - |
| HSV(B) | 186.76º | 0.69% | 0.81% | - |
| XYZ | 31.67 | 42.37 | 64.9 | - |
| YUV | 154.15 | 157.26 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 206 | 0.69 | 0.08 | 0 | 0.19 | 186.76 | 0.59 | 0.53 |
| Hex | 40 | BE | CE | 45 | 8 | 0 | 13 | BB | 3B | 35 |
| Octal | 100 | 276 | 316 | 105 | 10 | 0 | 23 | 273 | 73 | 65 |
| Binary | 1000000 | 10111110 | 11001110 | 1000101 | 1000 | 0 | 10011 | 10111011 | 111011 | 110101 |
Color Harmonies of #40BECE
Complementary color
Monochromatic Colors of #40BECE
Black with #40BECE
Text Example
Text Example
White with #40BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BECE; }
p { color: rgb(64,190,206); }
H1.HeaderClassName
{
color: #40BECE;
}
.AnyTagClassName
{
color: #40BECE;
}
</style>
background-color css
<style>
a { background-color: #40BECE; }
a { background-color: rgb(64,190,206); }
div.DivClassName
{
background-color: #40BECE;
}
.BgClassName
{
background-color: #40BECE;
}
</style>
border-color css
<style>
span { border-color: #40BECE; }
span { border-color: rgb(64,190,206); }
td.TdClassName
{
border-color: #40BECE;
}
.TagClassName
{
border-color: #40BECE;
}
</style>