Shades of Viking #40AFCC
Tints of Viking #40AFCC
RGB
CMYK
RGB Variations
Color information
#40AFCC (or 0x40AFCC) is known color: Viking. HEX triplet: 40, AF and CC. RGB value is (64,175,204). Sum of RGB (Red+Green+Blue) = 64+175+204=443 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.45% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #40AFCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AFCC is #BF5033. Grayscale: #909090. Windows color (decimal): -12537908 or 13414208. OLE color: 13414208.
HSL color Cylindrical-coordinate representation of color #40AFCC: hue angle of 192.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40AFCC is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 175 | 204 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.2 |
| HSL | 192.43º | 0.58% | 0.53% | - |
| HSV(B) | 192.43º | 0.69% | 0.8% | - |
| XYZ | 28.34 | 36.11 | 62.6 | - |
| YUV | 145.12 | 161.23 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 204 | 0.69 | 0.14 | 0 | 0.2 | 192.43 | 0.58 | 0.53 |
| Hex | 40 | AF | CC | 45 | E | 0 | 14 | C0 | 3A | 35 |
| Octal | 100 | 257 | 314 | 105 | 16 | 0 | 24 | 300 | 72 | 65 |
| Binary | 1000000 | 10101111 | 11001100 | 1000101 | 1110 | 0 | 10100 | 11000000 | 111010 | 110101 |
Color Harmonies of #40AFCC
Complementary color
Monochromatic Colors of #40AFCC
Black with #40AFCC
Text Example
Text Example
White with #40AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AFCC; }
p { color: rgb(64,175,204); }
H1.HeaderClassName
{
color: #40AFCC;
}
.AnyTagClassName
{
color: #40AFCC;
}
</style>
background-color css
<style>
a { background-color: #40AFCC; }
a { background-color: rgb(64,175,204); }
div.DivClassName
{
background-color: #40AFCC;
}
.BgClassName
{
background-color: #40AFCC;
}
</style>
border-color css
<style>
span { border-color: #40AFCC; }
span { border-color: rgb(64,175,204); }
td.TdClassName
{
border-color: #40AFCC;
}
.TagClassName
{
border-color: #40AFCC;
}
</style>