Shades of Viking #42ACCD
Tints of Viking #42ACCD
RGB
CMYK
RGB Variations
Color information
#42ACCD (or 0x42ACCD) is known color: Viking. HEX triplet: 42, AC and CD. RGB value is (66,172,205). Sum of RGB (Red+Green+Blue) = 66+172+205=443 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.90% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #42ACCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ACCD is #BD5332. Grayscale: #8F8F8F. Windows color (decimal): -12407603 or 13478978. OLE color: 13478978.
HSL color Cylindrical-coordinate representation of color #42ACCD: hue angle of 194.24º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42ACCD is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 172 | 205 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.20 |
| HSL | 194.24º | 0.58% | 0.53% | - |
| HSV(B) | 194.24º | 0.68% | 0.8% | - |
| XYZ | 28.02 | 35.07 | 63.05 | - |
| YUV | 144.07 | 162.38 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 172 | 205 | 0.68 | 0.16 | 0 | 0.20 | 194.24 | 0.58 | 0.53 |
| Hex | 42 | AC | CD | 44 | 10 | 0 | 14 | C2 | 3A | 35 |
| Octal | 102 | 254 | 315 | 104 | 20 | 0 | 24 | 302 | 72 | 65 |
| Binary | 1000010 | 10101100 | 11001101 | 1000100 | 10000 | 0 | 10100 | 11000010 | 111010 | 110101 |
Color Harmonies of #42ACCD
Complementary color
Monochromatic Colors of #42ACCD
Black with #42ACCD
Text Example
Text Example
White with #42ACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ACCD; }
p { color: rgb(66,172,205); }
H1.HeaderClassName
{
color: #42ACCD;
}
.AnyTagClassName
{
color: #42ACCD;
}
</style>
background-color css
<style>
a { background-color: #42ACCD; }
a { background-color: rgb(66,172,205); }
div.DivClassName
{
background-color: #42ACCD;
}
.BgClassName
{
background-color: #42ACCD;
}
</style>
border-color css
<style>
span { border-color: #42ACCD; }
span { border-color: rgb(66,172,205); }
td.TdClassName
{
border-color: #42ACCD;
}
.TagClassName
{
border-color: #42ACCD;
}
</style>