Shades of Viking #40BECF
Tints of Viking #40BECF
RGB
CMYK
RGB Variations
Color information
#40BECF (or 0x40BECF) is known color: Viking. HEX triplet: 40, BE and CF. RGB value is (64,190,207). Sum of RGB (Red+Green+Blue) = 64+190+207=461 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.88% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #40BECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BECF is #BF4130. Grayscale: #9A9A9A. Windows color (decimal): -12534065 or 13614656. OLE color: 13614656.
HSL color Cylindrical-coordinate representation of color #40BECF: hue angle of 187.13º degrees, saturation: 0.6, 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 #40BECF is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 190 | 207 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.19 |
| HSL | 187.13º | 0.6% | 0.53% | - |
| HSV(B) | 187.13º | 0.69% | 0.81% | - |
| XYZ | 31.79 | 42.42 | 65.54 | - |
| YUV | 154.26 | 157.76 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 207 | 0.69 | 0.08 | 0 | 0.19 | 187.13 | 0.6 | 0.53 |
| Hex | 40 | BE | CF | 45 | 8 | 0 | 13 | BB | 3C | 35 |
| Octal | 100 | 276 | 317 | 105 | 10 | 0 | 23 | 273 | 74 | 65 |
| Binary | 1000000 | 10111110 | 11001111 | 1000101 | 1000 | 0 | 10011 | 10111011 | 111100 | 110101 |
Color Harmonies of #40BECF
Complementary color
Monochromatic Colors of #40BECF
Black with #40BECF
Text Example
Text Example
White with #40BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BECF; }
p { color: rgb(64,190,207); }
H1.HeaderClassName
{
color: #40BECF;
}
.AnyTagClassName
{
color: #40BECF;
}
</style>
background-color css
<style>
a { background-color: #40BECF; }
a { background-color: rgb(64,190,207); }
div.DivClassName
{
background-color: #40BECF;
}
.BgClassName
{
background-color: #40BECF;
}
</style>
border-color css
<style>
span { border-color: #40BECF; }
span { border-color: rgb(64,190,207); }
td.TdClassName
{
border-color: #40BECF;
}
.TagClassName
{
border-color: #40BECF;
}
</style>