Shades of Viking #40B7CE
Tints of Viking #40B7CE
RGB
CMYK
RGB Variations
Color information
#40B7CE (or 0x40B7CE) is known color: Viking. HEX triplet: 40, B7 and CE. RGB value is (64,183,206). Sum of RGB (Red+Green+Blue) = 64+183+206=453 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.13% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #40B7CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40B7CE is #BF4831. Grayscale: #959595. Windows color (decimal): -12535858 or 13547328. OLE color: 13547328.
HSL color Cylindrical-coordinate representation of color #40B7CE: hue angle of 189.72º 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 #40B7CE is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 183 | 206 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.19 |
| HSL | 189.72º | 0.59% | 0.53% | - |
| HSV(B) | 189.72º | 0.69% | 0.81% | - |
| XYZ | 30.19 | 39.41 | 64.41 | - |
| YUV | 150.04 | 159.58 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 183 | 206 | 0.69 | 0.11 | 0 | 0.19 | 189.72 | 0.59 | 0.53 |
| Hex | 40 | B7 | CE | 45 | B | 0 | 13 | BE | 3B | 35 |
| Octal | 100 | 267 | 316 | 105 | 13 | 0 | 23 | 276 | 73 | 65 |
| Binary | 1000000 | 10110111 | 11001110 | 1000101 | 1011 | 0 | 10011 | 10111110 | 111011 | 110101 |
Color Harmonies of #40B7CE
Complementary color
Monochromatic Colors of #40B7CE
Black with #40B7CE
Text Example
Text Example
White with #40B7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B7CE; }
p { color: rgb(64,183,206); }
H1.HeaderClassName
{
color: #40B7CE;
}
.AnyTagClassName
{
color: #40B7CE;
}
</style>
background-color css
<style>
a { background-color: #40B7CE; }
a { background-color: rgb(64,183,206); }
div.DivClassName
{
background-color: #40B7CE;
}
.BgClassName
{
background-color: #40B7CE;
}
</style>
border-color css
<style>
span { border-color: #40B7CE; }
span { border-color: rgb(64,183,206); }
td.TdClassName
{
border-color: #40B7CE;
}
.TagClassName
{
border-color: #40B7CE;
}
</style>