Shades of Viking #40AFC9
Tints of Viking #40AFC9
RGB
CMYK
RGB Variations
Color information
#40AFC9 (or 0x40AFC9) is known color: Viking. HEX triplet: 40, AF and C9. RGB value is (64,175,201). Sum of RGB (Red+Green+Blue) = 64+175+201=440 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.55% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 201 - color contains mainly: blue. Hex color #40AFC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AFC9 is #BF5036. Grayscale: #909090. Windows color (decimal): -12537911 or 13217600. OLE color: 13217600.
HSL color Cylindrical-coordinate representation of color #40AFC9: hue angle of 191.39º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40AFC9 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 175 | 201 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.21 |
| HSL | 191.39º | 0.56% | 0.52% | - |
| HSV(B) | 191.39º | 0.68% | 0.79% | - |
| XYZ | 27.99 | 35.97 | 60.73 | - |
| YUV | 144.78 | 159.73 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 201 | 0.68 | 0.13 | 0 | 0.21 | 191.39 | 0.56 | 0.52 |
| Hex | 40 | AF | C9 | 44 | D | 0 | 15 | BF | 38 | 34 |
| Octal | 100 | 257 | 311 | 104 | 15 | 0 | 25 | 277 | 70 | 64 |
| Binary | 1000000 | 10101111 | 11001001 | 1000100 | 1101 | 0 | 10101 | 10111111 | 111000 | 110100 |
Color Harmonies of #40AFC9
Complementary color
Monochromatic Colors of #40AFC9
Black with #40AFC9
Text Example
Text Example
White with #40AFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AFC9; }
p { color: rgb(64,175,201); }
H1.HeaderClassName
{
color: #40AFC9;
}
.AnyTagClassName
{
color: #40AFC9;
}
</style>
background-color css
<style>
a { background-color: #40AFC9; }
a { background-color: rgb(64,175,201); }
div.DivClassName
{
background-color: #40AFC9;
}
.BgClassName
{
background-color: #40AFC9;
}
</style>
border-color css
<style>
span { border-color: #40AFC9; }
span { border-color: rgb(64,175,201); }
td.TdClassName
{
border-color: #40AFC9;
}
.TagClassName
{
border-color: #40AFC9;
}
</style>