Shades of Viking #40AFCE
Tints of Viking #40AFCE
RGB
CMYK
RGB Variations
Color information
#40AFCE (or 0x40AFCE) is known color: Viking. HEX triplet: 40, AF and CE. RGB value is (64,175,206). Sum of RGB (Red+Green+Blue) = 64+175+206=445 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.38% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #40AFCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AFCE is #BF5031. Grayscale: #919191. Windows color (decimal): -12537906 or 13545280. OLE color: 13545280.
HSL color Cylindrical-coordinate representation of color #40AFCE: hue angle of 193.1º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40AFCE is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 175 | 206 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.19 |
| HSL | 193.1º | 0.59% | 0.53% | - |
| HSV(B) | 193.1º | 0.69% | 0.81% | - |
| XYZ | 28.58 | 36.21 | 63.87 | - |
| YUV | 145.35 | 162.23 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 206 | 0.69 | 0.15 | 0 | 0.19 | 193.1 | 0.59 | 0.53 |
| Hex | 40 | AF | CE | 45 | F | 0 | 13 | C1 | 3B | 35 |
| Octal | 100 | 257 | 316 | 105 | 17 | 0 | 23 | 301 | 73 | 65 |
| Binary | 1000000 | 10101111 | 11001110 | 1000101 | 1111 | 0 | 10011 | 11000001 | 111011 | 110101 |
Color Harmonies of #40AFCE
Complementary color
Monochromatic Colors of #40AFCE
Black with #40AFCE
Text Example
Text Example
White with #40AFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AFCE; }
p { color: rgb(64,175,206); }
H1.HeaderClassName
{
color: #40AFCE;
}
.AnyTagClassName
{
color: #40AFCE;
}
</style>
background-color css
<style>
a { background-color: #40AFCE; }
a { background-color: rgb(64,175,206); }
div.DivClassName
{
background-color: #40AFCE;
}
.BgClassName
{
background-color: #40AFCE;
}
</style>
border-color css
<style>
span { border-color: #40AFCE; }
span { border-color: rgb(64,175,206); }
td.TdClassName
{
border-color: #40AFCE;
}
.TagClassName
{
border-color: #40AFCE;
}
</style>