Shades of Viking #40A8BC
Tints of Viking #40A8BC
RGB
CMYK
RGB Variations
Color information
#40A8BC (or 0x40A8BC) is known color: Viking. HEX triplet: 40, A8 and BC. RGB value is (64,168,188). Sum of RGB (Red+Green+Blue) = 64+168+188=420 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.24% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #40A8BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A8BC is #BF5743. Grayscale: #8B8B8B. Windows color (decimal): -12539716 or 12363840. OLE color: 12363840.
HSL color Cylindrical-coordinate representation of color #40A8BC: hue angle of 189.68º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40A8BC is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 168 | 188 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.26 |
| HSL | 189.68º | 0.49% | 0.49% | - |
| HSV(B) | 189.68º | 0.66% | 0.74% | - |
| XYZ | 25.19 | 32.73 | 52.57 | - |
| YUV | 139.18 | 155.54 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 168 | 188 | 0.66 | 0.11 | 0 | 0.26 | 189.68 | 0.49 | 0.49 |
| Hex | 40 | A8 | BC | 42 | B | 0 | 1A | BE | 31 | 31 |
| Octal | 100 | 250 | 274 | 102 | 13 | 0 | 32 | 276 | 61 | 61 |
| Binary | 1000000 | 10101000 | 10111100 | 1000010 | 1011 | 0 | 11010 | 10111110 | 110001 | 110001 |
Color Harmonies of #40A8BC
Complementary color
Monochromatic Colors of #40A8BC
Black with #40A8BC
Text Example
Text Example
White with #40A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A8BC; }
p { color: rgb(64,168,188); }
H1.HeaderClassName
{
color: #40A8BC;
}
.AnyTagClassName
{
color: #40A8BC;
}
</style>
background-color css
<style>
a { background-color: #40A8BC; }
a { background-color: rgb(64,168,188); }
div.DivClassName
{
background-color: #40A8BC;
}
.BgClassName
{
background-color: #40A8BC;
}
</style>
border-color css
<style>
span { border-color: #40A8BC; }
span { border-color: rgb(64,168,188); }
td.TdClassName
{
border-color: #40A8BC;
}
.TagClassName
{
border-color: #40A8BC;
}
</style>