Shades of Viking #42AECC
Tints of Viking #42AECC
RGB
CMYK
RGB Variations
Color information
#42AECC (or 0x42AECC) is known color: Viking. HEX triplet: 42, AE and CC. RGB value is (66,174,204). Sum of RGB (Red+Green+Blue) = 66+174+204=444 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.86% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #42AECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AECC is #BD5133. Grayscale: #909090. Windows color (decimal): -12407092 or 13413954. OLE color: 13413954.
HSL color Cylindrical-coordinate representation of color #42AECC: hue angle of 193.04º degrees, saturation: 0.57, 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 #42AECC is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 174 | 204 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.2 |
| HSL | 193.04º | 0.58% | 0.53% | - |
| HSV(B) | 193.04º | 0.68% | 0.8% | - |
| XYZ | 28.28 | 35.79 | 62.54 | - |
| YUV | 145.13 | 161.22 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 174 | 204 | 0.68 | 0.15 | 0 | 0.2 | 193.04 | 0.58 | 0.53 |
| Hex | 42 | AE | CC | 44 | F | 0 | 14 | C1 | 3A | 35 |
| Octal | 102 | 256 | 314 | 104 | 17 | 0 | 24 | 301 | 72 | 65 |
| Binary | 1000010 | 10101110 | 11001100 | 1000100 | 1111 | 0 | 10100 | 11000001 | 111010 | 110101 |
Color Harmonies of #42AECC
Complementary color
Monochromatic Colors of #42AECC
Black with #42AECC
Text Example
Text Example
White with #42AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AECC; }
p { color: rgb(66,174,204); }
H1.HeaderClassName
{
color: #42AECC;
}
.AnyTagClassName
{
color: #42AECC;
}
</style>
background-color css
<style>
a { background-color: #42AECC; }
a { background-color: rgb(66,174,204); }
div.DivClassName
{
background-color: #42AECC;
}
.BgClassName
{
background-color: #42AECC;
}
</style>
border-color css
<style>
span { border-color: #42AECC; }
span { border-color: rgb(66,174,204); }
td.TdClassName
{
border-color: #42AECC;
}
.TagClassName
{
border-color: #42AECC;
}
</style>