Shades of Viking #40ABB8
Tints of Viking #40ABB8
RGB
CMYK
RGB Variations
Color information
#40ABB8 (or 0x40ABB8) is known color: Viking. HEX triplet: 40, AB and B8. RGB value is (64,171,184). Sum of RGB (Red+Green+Blue) = 64+171+184=419 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.27% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 184 (72.27% from 255 or 43.91% from 419); Max value from RGB is 184 - color contains mainly: blue. Hex color #40ABB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ABB8 is #BF5447. Grayscale: #8C8C8C. Windows color (decimal): -12538952 or 12102464. OLE color: 12102464.
HSL color Cylindrical-coordinate representation of color #40ABB8: hue angle of 186.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40ABB8 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 171 | 184 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.28 |
| HSL | 186.5º | 0.48% | 0.49% | - |
| HSV(B) | 186.5º | 0.65% | 0.72% | - |
| XYZ | 25.33 | 33.68 | 50.51 | - |
| YUV | 140.49 | 152.55 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 184 | 0.65 | 0.07 | 0 | 0.28 | 186.5 | 0.48 | 0.49 |
| Hex | 40 | AB | B8 | 41 | 7 | 0 | 1C | BA | 30 | 31 |
| Octal | 100 | 253 | 270 | 101 | 7 | 0 | 34 | 272 | 60 | 61 |
| Binary | 1000000 | 10101011 | 10111000 | 1000001 | 111 | 0 | 11100 | 10111010 | 110000 | 110001 |
Color Harmonies of #40ABB8
Complementary color
Monochromatic Colors of #40ABB8
Black with #40ABB8
Text Example
Text Example
White with #40ABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ABB8; }
p { color: rgb(64,171,184); }
H1.HeaderClassName
{
color: #40ABB8;
}
.AnyTagClassName
{
color: #40ABB8;
}
</style>
background-color css
<style>
a { background-color: #40ABB8; }
a { background-color: rgb(64,171,184); }
div.DivClassName
{
background-color: #40ABB8;
}
.BgClassName
{
background-color: #40ABB8;
}
</style>
border-color css
<style>
span { border-color: #40ABB8; }
span { border-color: rgb(64,171,184); }
td.TdClassName
{
border-color: #40ABB8;
}
.TagClassName
{
border-color: #40ABB8;
}
</style>