Shades of Viking #40ABBA
Tints of Viking #40ABBA
RGB
CMYK
RGB Variations
Color information
#40ABBA (or 0x40ABBA) is known color: Viking. HEX triplet: 40, AB and BA. RGB value is (64,171,186). Sum of RGB (Red+Green+Blue) = 64+171+186=421 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.20% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #40ABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ABBA is #BF5445. Grayscale: #8C8C8C. Windows color (decimal): -12538950 or 12233536. OLE color: 12233536.
HSL color Cylindrical-coordinate representation of color #40ABBA: hue angle of 187.38º 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 #40ABBA is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 171 | 186 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.27 |
| HSL | 187.38º | 0.49% | 0.49% | - |
| HSV(B) | 187.38º | 0.66% | 0.73% | - |
| XYZ | 25.54 | 33.76 | 51.62 | - |
| YUV | 140.72 | 153.55 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 186 | 0.66 | 0.08 | 0 | 0.27 | 187.38 | 0.49 | 0.49 |
| Hex | 40 | AB | BA | 42 | 8 | 0 | 1B | BB | 31 | 31 |
| Octal | 100 | 253 | 272 | 102 | 10 | 0 | 33 | 273 | 61 | 61 |
| Binary | 1000000 | 10101011 | 10111010 | 1000010 | 1000 | 0 | 11011 | 10111011 | 110001 | 110001 |
Color Harmonies of #40ABBA
Complementary color
Monochromatic Colors of #40ABBA
Black with #40ABBA
Text Example
Text Example
White with #40ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ABBA; }
p { color: rgb(64,171,186); }
H1.HeaderClassName
{
color: #40ABBA;
}
.AnyTagClassName
{
color: #40ABBA;
}
</style>
background-color css
<style>
a { background-color: #40ABBA; }
a { background-color: rgb(64,171,186); }
div.DivClassName
{
background-color: #40ABBA;
}
.BgClassName
{
background-color: #40ABBA;
}
</style>
border-color css
<style>
span { border-color: #40ABBA; }
span { border-color: rgb(64,171,186); }
td.TdClassName
{
border-color: #40ABBA;
}
.TagClassName
{
border-color: #40ABBA;
}
</style>