Shades of Viking #42ADCC
Tints of Viking #42ADCC
RGB
CMYK
RGB Variations
Color information
#42ADCC (or 0x42ADCC) is known color: Viking. HEX triplet: 42, AD and CC. RGB value is (66,173,204). Sum of RGB (Red+Green+Blue) = 66+173+204=443 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.90% from 443); Green value is 173 (67.97% from 255 or 39.05% 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 #42ADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ADCC is #BD5233. Grayscale: #909090. Windows color (decimal): -12407348 or 13413698. OLE color: 13413698.
HSL color Cylindrical-coordinate representation of color #42ADCC: hue angle of 193.48º 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 #42ADCC is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 173 | 204 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.2 |
| HSL | 193.48º | 0.58% | 0.53% | - |
| HSV(B) | 193.48º | 0.68% | 0.8% | - |
| XYZ | 28.09 | 35.41 | 62.48 | - |
| YUV | 144.54 | 161.55 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 173 | 204 | 0.68 | 0.15 | 0 | 0.2 | 193.48 | 0.58 | 0.53 |
| Hex | 42 | AD | CC | 44 | F | 0 | 14 | C1 | 3A | 35 |
| Octal | 102 | 255 | 314 | 104 | 17 | 0 | 24 | 301 | 72 | 65 |
| Binary | 1000010 | 10101101 | 11001100 | 1000100 | 1111 | 0 | 10100 | 11000001 | 111010 | 110101 |
Color Harmonies of #42ADCC
Complementary color
Monochromatic Colors of #42ADCC
Black with #42ADCC
Text Example
Text Example
White with #42ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ADCC; }
p { color: rgb(66,173,204); }
H1.HeaderClassName
{
color: #42ADCC;
}
.AnyTagClassName
{
color: #42ADCC;
}
</style>
background-color css
<style>
a { background-color: #42ADCC; }
a { background-color: rgb(66,173,204); }
div.DivClassName
{
background-color: #42ADCC;
}
.BgClassName
{
background-color: #42ADCC;
}
</style>
border-color css
<style>
span { border-color: #42ADCC; }
span { border-color: rgb(66,173,204); }
td.TdClassName
{
border-color: #42ADCC;
}
.TagClassName
{
border-color: #42ADCC;
}
</style>