Shades of Viking #40AFB5
Tints of Viking #40AFB5
RGB
CMYK
RGB Variations
Color information
#40AFB5 (or 0x40AFB5) is known color: Viking. HEX triplet: 40, AF and B5. RGB value is (64,175,181). Sum of RGB (Red+Green+Blue) = 64+175+181=420 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.24% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 181 - color contains mainly: blue. Hex color #40AFB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AFB5 is #BF504A. Grayscale: #8E8E8E. Windows color (decimal): -12537931 or 11906880. OLE color: 11906880.
HSL color Cylindrical-coordinate representation of color #40AFB5: hue angle of 183.08º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40AFB5 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 175 | 181 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.29 |
| HSL | 183.08º | 0.48% | 0.48% | - |
| HSV(B) | 183.08º | 0.65% | 0.71% | - |
| XYZ | 25.78 | 35.09 | 49.13 | - |
| YUV | 142.5 | 149.73 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 181 | 0.65 | 0.03 | 0 | 0.29 | 183.08 | 0.48 | 0.48 |
| Hex | 40 | AF | B5 | 41 | 3 | 0 | 1D | B7 | 30 | 30 |
| Octal | 100 | 257 | 265 | 101 | 3 | 0 | 35 | 267 | 60 | 60 |
| Binary | 1000000 | 10101111 | 10110101 | 1000001 | 11 | 0 | 11101 | 10110111 | 110000 | 110000 |
Color Harmonies of #40AFB5
Complementary color
Monochromatic Colors of #40AFB5
Black with #40AFB5
Text Example
Text Example
White with #40AFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AFB5; }
p { color: rgb(64,175,181); }
H1.HeaderClassName
{
color: #40AFB5;
}
.AnyTagClassName
{
color: #40AFB5;
}
</style>
background-color css
<style>
a { background-color: #40AFB5; }
a { background-color: rgb(64,175,181); }
div.DivClassName
{
background-color: #40AFB5;
}
.BgClassName
{
background-color: #40AFB5;
}
</style>
border-color css
<style>
span { border-color: #40AFB5; }
span { border-color: rgb(64,175,181); }
td.TdClassName
{
border-color: #40AFB5;
}
.TagClassName
{
border-color: #40AFB5;
}
</style>