Shades of Viking #40AFC5
Tints of Viking #40AFC5
RGB
CMYK
RGB Variations
Color information
#40AFC5 (or 0x40AFC5) is known color: Viking. HEX triplet: 40, AF and C5. RGB value is (64,175,197). Sum of RGB (Red+Green+Blue) = 64+175+197=436 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.68% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 197 (77.34% from 255 or 45.18% from 436); Max value from RGB is 197 - color contains mainly: blue. Hex color #40AFC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AFC5 is #BF503A. Grayscale: #909090. Windows color (decimal): -12537915 or 12955456. OLE color: 12955456.
HSL color Cylindrical-coordinate representation of color #40AFC5: hue angle of 189.92º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40AFC5 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 175 | 197 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.23 |
| HSL | 189.92º | 0.53% | 0.51% | - |
| HSV(B) | 189.92º | 0.68% | 0.77% | - |
| XYZ | 27.52 | 35.78 | 58.28 | - |
| YUV | 144.32 | 157.73 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 197 | 0.68 | 0.11 | 0 | 0.23 | 189.92 | 0.53 | 0.51 |
| Hex | 40 | AF | C5 | 44 | B | 0 | 17 | BE | 35 | 33 |
| Octal | 100 | 257 | 305 | 104 | 13 | 0 | 27 | 276 | 65 | 63 |
| Binary | 1000000 | 10101111 | 11000101 | 1000100 | 1011 | 0 | 10111 | 10111110 | 110101 | 110011 |
Color Harmonies of #40AFC5
Complementary color
Monochromatic Colors of #40AFC5
Black with #40AFC5
Text Example
Text Example
White with #40AFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AFC5; }
p { color: rgb(64,175,197); }
H1.HeaderClassName
{
color: #40AFC5;
}
.AnyTagClassName
{
color: #40AFC5;
}
</style>
background-color css
<style>
a { background-color: #40AFC5; }
a { background-color: rgb(64,175,197); }
div.DivClassName
{
background-color: #40AFC5;
}
.BgClassName
{
background-color: #40AFC5;
}
</style>
border-color css
<style>
span { border-color: #40AFC5; }
span { border-color: rgb(64,175,197); }
td.TdClassName
{
border-color: #40AFC5;
}
.TagClassName
{
border-color: #40AFC5;
}
</style>