Shades of Viking #42ADCF
Tints of Viking #42ADCF
RGB
CMYK
RGB Variations
Color information
#42ADCF (or 0x42ADCF) is known color: Viking. HEX triplet: 42, AD and CF. RGB value is (66,173,207). Sum of RGB (Red+Green+Blue) = 66+173+207=446 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.80% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #42ADCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ADCF is #BD5230. Grayscale: #909090. Windows color (decimal): -12407345 or 13610306. OLE color: 13610306.
HSL color Cylindrical-coordinate representation of color #42ADCF: hue angle of 194.47º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42ADCF is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 173 | 207 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.19 |
| HSL | 194.47º | 0.59% | 0.54% | - |
| HSV(B) | 194.47º | 0.68% | 0.81% | - |
| XYZ | 28.45 | 35.55 | 64.39 | - |
| YUV | 144.88 | 163.05 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 173 | 207 | 0.68 | 0.16 | 0 | 0.19 | 194.47 | 0.59 | 0.54 |
| Hex | 42 | AD | CF | 44 | 10 | 0 | 13 | C2 | 3B | 36 |
| Octal | 102 | 255 | 317 | 104 | 20 | 0 | 23 | 302 | 73 | 66 |
| Binary | 1000010 | 10101101 | 11001111 | 1000100 | 10000 | 0 | 10011 | 11000010 | 111011 | 110110 |
Color Harmonies of #42ADCF
Complementary color
Monochromatic Colors of #42ADCF
Black with #42ADCF
Text Example
Text Example
White with #42ADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ADCF; }
p { color: rgb(66,173,207); }
H1.HeaderClassName
{
color: #42ADCF;
}
.AnyTagClassName
{
color: #42ADCF;
}
</style>
background-color css
<style>
a { background-color: #42ADCF; }
a { background-color: rgb(66,173,207); }
div.DivClassName
{
background-color: #42ADCF;
}
.BgClassName
{
background-color: #42ADCF;
}
</style>
border-color css
<style>
span { border-color: #42ADCF; }
span { border-color: rgb(66,173,207); }
td.TdClassName
{
border-color: #42ADCF;
}
.TagClassName
{
border-color: #42ADCF;
}
</style>