Shades of Viking #40A8BB
Tints of Viking #40A8BB
RGB
CMYK
RGB Variations
Color information
#40A8BB (or 0x40A8BB) is known color: Viking. HEX triplet: 40, A8 and BB. RGB value is (64,168,187). Sum of RGB (Red+Green+Blue) = 64+168+187=419 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.27% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #40A8BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A8BB is #BF5744. Grayscale: #8A8A8A. Windows color (decimal): -12539717 or 12298304. OLE color: 12298304.
HSL color Cylindrical-coordinate representation of color #40A8BB: hue angle of 189.27º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40A8BB is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 168 | 187 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.27 |
| HSL | 189.27º | 0.49% | 0.49% | - |
| HSV(B) | 189.27º | 0.66% | 0.73% | - |
| XYZ | 25.09 | 32.68 | 52 | - |
| YUV | 139.07 | 155.04 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 168 | 187 | 0.66 | 0.10 | 0 | 0.27 | 189.27 | 0.49 | 0.49 |
| Hex | 40 | A8 | BB | 42 | A | 0 | 1B | BD | 31 | 31 |
| Octal | 100 | 250 | 273 | 102 | 12 | 0 | 33 | 275 | 61 | 61 |
| Binary | 1000000 | 10101000 | 10111011 | 1000010 | 1010 | 0 | 11011 | 10111101 | 110001 | 110001 |
Color Harmonies of #40A8BB
Complementary color
Monochromatic Colors of #40A8BB
Black with #40A8BB
Text Example
Text Example
White with #40A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A8BB; }
p { color: rgb(64,168,187); }
H1.HeaderClassName
{
color: #40A8BB;
}
.AnyTagClassName
{
color: #40A8BB;
}
</style>
background-color css
<style>
a { background-color: #40A8BB; }
a { background-color: rgb(64,168,187); }
div.DivClassName
{
background-color: #40A8BB;
}
.BgClassName
{
background-color: #40A8BB;
}
</style>
border-color css
<style>
span { border-color: #40A8BB; }
span { border-color: rgb(64,168,187); }
td.TdClassName
{
border-color: #40A8BB;
}
.TagClassName
{
border-color: #40A8BB;
}
</style>