Shades of Viking #42ACCE
Tints of Viking #42ACCE
RGB
CMYK
RGB Variations
Color information
#42ACCE (or 0x42ACCE) is known color: Viking. HEX triplet: 42, AC and CE. RGB value is (66,172,206). Sum of RGB (Red+Green+Blue) = 66+172+206=444 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.86% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #42ACCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ACCE is #BD5331. Grayscale: #8F8F8F. Windows color (decimal): -12407602 or 13544514. OLE color: 13544514.
HSL color Cylindrical-coordinate representation of color #42ACCE: hue angle of 194.57º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42ACCE is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 172 | 206 | - |
| CMYK | 0.68 | 0.17 | 0 | 0.19 |
| HSL | 194.57º | 0.59% | 0.53% | - |
| HSV(B) | 194.57º | 0.68% | 0.81% | - |
| XYZ | 28.14 | 35.12 | 63.69 | - |
| YUV | 144.18 | 162.88 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 172 | 206 | 0.68 | 0.17 | 0 | 0.19 | 194.57 | 0.59 | 0.53 |
| Hex | 42 | AC | CE | 44 | 11 | 0 | 13 | C3 | 3B | 35 |
| Octal | 102 | 254 | 316 | 104 | 21 | 0 | 23 | 303 | 73 | 65 |
| Binary | 1000010 | 10101100 | 11001110 | 1000100 | 10001 | 0 | 10011 | 11000011 | 111011 | 110101 |
Color Harmonies of #42ACCE
Complementary color
Monochromatic Colors of #42ACCE
Black with #42ACCE
Text Example
Text Example
White with #42ACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ACCE; }
p { color: rgb(66,172,206); }
H1.HeaderClassName
{
color: #42ACCE;
}
.AnyTagClassName
{
color: #42ACCE;
}
</style>
background-color css
<style>
a { background-color: #42ACCE; }
a { background-color: rgb(66,172,206); }
div.DivClassName
{
background-color: #42ACCE;
}
.BgClassName
{
background-color: #42ACCE;
}
</style>
border-color css
<style>
span { border-color: #42ACCE; }
span { border-color: rgb(66,172,206); }
td.TdClassName
{
border-color: #42ACCE;
}
.TagClassName
{
border-color: #42ACCE;
}
</style>