Shades of Viking #40BED2
Tints of Viking #40BED2
RGB
CMYK
RGB Variations
Color information
#40BED2 (or 0x40BED2) is known color: Viking. HEX triplet: 40, BE and D2. RGB value is (64,190,210). Sum of RGB (Red+Green+Blue) = 64+190+210=464 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.79% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 210 - color contains mainly: blue. Hex color #40BED2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BED2 is #BF412D. Grayscale: #9A9A9A. Windows color (decimal): -12534062 or 13811264. OLE color: 13811264.
HSL color Cylindrical-coordinate representation of color #40BED2: hue angle of 188.22º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40BED2 is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 190 | 210 | - |
| CMYK | 0.70 | 0.10 | 0 | 0.18 |
| HSL | 188.22º | 0.62% | 0.54% | - |
| HSV(B) | 188.22º | 0.7% | 0.82% | - |
| XYZ | 32.16 | 42.57 | 67.49 | - |
| YUV | 154.61 | 159.26 | 63.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 210 | 0.70 | 0.10 | 0 | 0.18 | 188.22 | 0.62 | 0.54 |
| Hex | 40 | BE | D2 | 46 | A | 0 | 12 | BC | 3E | 36 |
| Octal | 100 | 276 | 322 | 106 | 12 | 0 | 22 | 274 | 76 | 66 |
| Binary | 1000000 | 10111110 | 11010010 | 1000110 | 1010 | 0 | 10010 | 10111100 | 111110 | 110110 |
Color Harmonies of #40BED2
Complementary color
Monochromatic Colors of #40BED2
Black with #40BED2
Text Example
Text Example
White with #40BED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BED2; }
p { color: rgb(64,190,210); }
H1.HeaderClassName
{
color: #40BED2;
}
.AnyTagClassName
{
color: #40BED2;
}
</style>
background-color css
<style>
a { background-color: #40BED2; }
a { background-color: rgb(64,190,210); }
div.DivClassName
{
background-color: #40BED2;
}
.BgClassName
{
background-color: #40BED2;
}
</style>
border-color css
<style>
span { border-color: #40BED2; }
span { border-color: rgb(64,190,210); }
td.TdClassName
{
border-color: #40BED2;
}
.TagClassName
{
border-color: #40BED2;
}
</style>