Shades of Viking #42ADCE
Tints of Viking #42ADCE
RGB
CMYK
RGB Variations
Color information
#42ADCE (or 0x42ADCE) is known color: Viking. HEX triplet: 42, AD and CE. RGB value is (66,173,206). Sum of RGB (Red+Green+Blue) = 66+173+206=445 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.83% from 445); Green value is 173 (67.97% from 255 or 38.88% 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 #42ADCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ADCE is #BD5231. Grayscale: #909090. Windows color (decimal): -12407346 or 13544770. OLE color: 13544770.
HSL color Cylindrical-coordinate representation of color #42ADCE: hue angle of 194.14º 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 #42ADCE is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 173 | 206 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.19 |
| HSL | 194.14º | 0.59% | 0.53% | - |
| HSV(B) | 194.14º | 0.68% | 0.81% | - |
| XYZ | 28.33 | 35.5 | 63.75 | - |
| YUV | 144.77 | 162.55 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 173 | 206 | 0.68 | 0.16 | 0 | 0.19 | 194.14 | 0.59 | 0.53 |
| Hex | 42 | AD | CE | 44 | 10 | 0 | 13 | C2 | 3B | 35 |
| Octal | 102 | 255 | 316 | 104 | 20 | 0 | 23 | 302 | 73 | 65 |
| Binary | 1000010 | 10101101 | 11001110 | 1000100 | 10000 | 0 | 10011 | 11000010 | 111011 | 110101 |
Color Harmonies of #42ADCE
Complementary color
Monochromatic Colors of #42ADCE
Black with #42ADCE
Text Example
Text Example
White with #42ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ADCE; }
p { color: rgb(66,173,206); }
H1.HeaderClassName
{
color: #42ADCE;
}
.AnyTagClassName
{
color: #42ADCE;
}
</style>
background-color css
<style>
a { background-color: #42ADCE; }
a { background-color: rgb(66,173,206); }
div.DivClassName
{
background-color: #42ADCE;
}
.BgClassName
{
background-color: #42ADCE;
}
</style>
border-color css
<style>
span { border-color: #42ADCE; }
span { border-color: rgb(66,173,206); }
td.TdClassName
{
border-color: #42ADCE;
}
.TagClassName
{
border-color: #42ADCE;
}
</style>