Shades of Viking #40B7CD
Tints of Viking #40B7CD
RGB
CMYK
RGB Variations
Color information
#40B7CD (or 0x40B7CD) is known color: Viking. HEX triplet: 40, B7 and CD. RGB value is (64,183,205). Sum of RGB (Red+Green+Blue) = 64+183+205=452 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.16% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #40B7CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40B7CD is #BF4832. Grayscale: #959595. Windows color (decimal): -12535859 or 13481792. OLE color: 13481792.
HSL color Cylindrical-coordinate representation of color #40B7CD: hue angle of 189.36º degrees, saturation: 0.59, 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 #40B7CD is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 183 | 205 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.20 |
| HSL | 189.36º | 0.59% | 0.53% | - |
| HSV(B) | 189.36º | 0.69% | 0.8% | - |
| XYZ | 30.07 | 39.36 | 63.77 | - |
| YUV | 149.93 | 159.08 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 183 | 205 | 0.69 | 0.11 | 0 | 0.20 | 189.36 | 0.59 | 0.53 |
| Hex | 40 | B7 | CD | 45 | B | 0 | 14 | BD | 3B | 35 |
| Octal | 100 | 267 | 315 | 105 | 13 | 0 | 24 | 275 | 73 | 65 |
| Binary | 1000000 | 10110111 | 11001101 | 1000101 | 1011 | 0 | 10100 | 10111101 | 111011 | 110101 |
Color Harmonies of #40B7CD
Complementary color
Monochromatic Colors of #40B7CD
Black with #40B7CD
Text Example
Text Example
White with #40B7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B7CD; }
p { color: rgb(64,183,205); }
H1.HeaderClassName
{
color: #40B7CD;
}
.AnyTagClassName
{
color: #40B7CD;
}
</style>
background-color css
<style>
a { background-color: #40B7CD; }
a { background-color: rgb(64,183,205); }
div.DivClassName
{
background-color: #40B7CD;
}
.BgClassName
{
background-color: #40B7CD;
}
</style>
border-color css
<style>
span { border-color: #40B7CD; }
span { border-color: rgb(64,183,205); }
td.TdClassName
{
border-color: #40B7CD;
}
.TagClassName
{
border-color: #40B7CD;
}
</style>