Shades of Viking #40ABCF
Tints of Viking #40ABCF
RGB
CMYK
RGB Variations
Color information
#40ABCF (or 0x40ABCF) is known color: Viking. HEX triplet: 40, AB and CF. RGB value is (64,171,207). Sum of RGB (Red+Green+Blue) = 64+171+207=442 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.48% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #40ABCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ABCF is #BF5430. Grayscale: #8E8E8E. Windows color (decimal): -12538929 or 13609792. OLE color: 13609792.
HSL color Cylindrical-coordinate representation of color #40ABCF: hue angle of 195.1º degrees, saturation: 0.6, 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 #40ABCF is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 171 | 207 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.19 |
| HSL | 195.1º | 0.6% | 0.53% | - |
| HSV(B) | 195.1º | 0.69% | 0.81% | - |
| XYZ | 27.94 | 34.72 | 64.26 | - |
| YUV | 143.11 | 164.05 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 207 | 0.69 | 0.17 | 0 | 0.19 | 195.1 | 0.6 | 0.53 |
| Hex | 40 | AB | CF | 45 | 11 | 0 | 13 | C3 | 3C | 35 |
| Octal | 100 | 253 | 317 | 105 | 21 | 0 | 23 | 303 | 74 | 65 |
| Binary | 1000000 | 10101011 | 11001111 | 1000101 | 10001 | 0 | 10011 | 11000011 | 111100 | 110101 |
Color Harmonies of #40ABCF
Complementary color
Monochromatic Colors of #40ABCF
Black with #40ABCF
Text Example
Text Example
White with #40ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ABCF; }
p { color: rgb(64,171,207); }
H1.HeaderClassName
{
color: #40ABCF;
}
.AnyTagClassName
{
color: #40ABCF;
}
</style>
background-color css
<style>
a { background-color: #40ABCF; }
a { background-color: rgb(64,171,207); }
div.DivClassName
{
background-color: #40ABCF;
}
.BgClassName
{
background-color: #40ABCF;
}
</style>
border-color css
<style>
span { border-color: #40ABCF; }
span { border-color: rgb(64,171,207); }
td.TdClassName
{
border-color: #40ABCF;
}
.TagClassName
{
border-color: #40ABCF;
}
</style>