Shades of Viking #40AFBC
Tints of Viking #40AFBC
RGB
CMYK
RGB Variations
Color information
#40AFBC (or 0x40AFBC) is known color: Viking. HEX triplet: 40, AF and BC. RGB value is (64,175,188). Sum of RGB (Red+Green+Blue) = 64+175+188=427 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.99% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #40AFBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AFBC is #BF5043. Grayscale: #8F8F8F. Windows color (decimal): -12537924 or 12365632. OLE color: 12365632.
HSL color Cylindrical-coordinate representation of color #40AFBC: hue angle of 186.29º 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 #40AFBC is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 175 | 188 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.26 |
| HSL | 186.29º | 0.49% | 0.49% | - |
| HSV(B) | 186.29º | 0.66% | 0.74% | - |
| XYZ | 26.52 | 35.38 | 53.01 | - |
| YUV | 143.29 | 153.23 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 188 | 0.66 | 0.07 | 0 | 0.26 | 186.29 | 0.49 | 0.49 |
| Hex | 40 | AF | BC | 42 | 7 | 0 | 1A | BA | 31 | 31 |
| Octal | 100 | 257 | 274 | 102 | 7 | 0 | 32 | 272 | 61 | 61 |
| Binary | 1000000 | 10101111 | 10111100 | 1000010 | 111 | 0 | 11010 | 10111010 | 110001 | 110001 |
Color Harmonies of #40AFBC
Complementary color
Monochromatic Colors of #40AFBC
Black with #40AFBC
Text Example
Text Example
White with #40AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AFBC; }
p { color: rgb(64,175,188); }
H1.HeaderClassName
{
color: #40AFBC;
}
.AnyTagClassName
{
color: #40AFBC;
}
</style>
background-color css
<style>
a { background-color: #40AFBC; }
a { background-color: rgb(64,175,188); }
div.DivClassName
{
background-color: #40AFBC;
}
.BgClassName
{
background-color: #40AFBC;
}
</style>
border-color css
<style>
span { border-color: #40AFBC; }
span { border-color: rgb(64,175,188); }
td.TdClassName
{
border-color: #40AFBC;
}
.TagClassName
{
border-color: #40AFBC;
}
</style>