Shades of Viking #40AFBB
Tints of Viking #40AFBB
RGB
CMYK
RGB Variations
Color information
#40AFBB (or 0x40AFBB) is known color: Viking. HEX triplet: 40, AF and BB. RGB value is (64,175,187). Sum of RGB (Red+Green+Blue) = 64+175+187=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #40AFBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AFBB is #BF5044. Grayscale: #8F8F8F. Windows color (decimal): -12537925 or 12300096. OLE color: 12300096.
HSL color Cylindrical-coordinate representation of color #40AFBB: hue angle of 185.85º 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 #40AFBB is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 175 | 187 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.27 |
| HSL | 185.85º | 0.49% | 0.49% | - |
| HSV(B) | 185.85º | 0.66% | 0.73% | - |
| XYZ | 26.41 | 35.34 | 52.44 | - |
| YUV | 143.18 | 152.73 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 187 | 0.66 | 0.06 | 0 | 0.27 | 185.85 | 0.49 | 0.49 |
| Hex | 40 | AF | BB | 42 | 6 | 0 | 1B | BA | 31 | 31 |
| Octal | 100 | 257 | 273 | 102 | 6 | 0 | 33 | 272 | 61 | 61 |
| Binary | 1000000 | 10101111 | 10111011 | 1000010 | 110 | 0 | 11011 | 10111010 | 110001 | 110001 |
Color Harmonies of #40AFBB
Complementary color
Monochromatic Colors of #40AFBB
Black with #40AFBB
Text Example
Text Example
White with #40AFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AFBB; }
p { color: rgb(64,175,187); }
H1.HeaderClassName
{
color: #40AFBB;
}
.AnyTagClassName
{
color: #40AFBB;
}
</style>
background-color css
<style>
a { background-color: #40AFBB; }
a { background-color: rgb(64,175,187); }
div.DivClassName
{
background-color: #40AFBB;
}
.BgClassName
{
background-color: #40AFBB;
}
</style>
border-color css
<style>
span { border-color: #40AFBB; }
span { border-color: rgb(64,175,187); }
td.TdClassName
{
border-color: #40AFBB;
}
.TagClassName
{
border-color: #40AFBB;
}
</style>