Shades of Viking #42AFCD
Tints of Viking #42AFCD
RGB
CMYK
RGB Variations
Color information
#42AFCD (or 0x42AFCD) is known color: Viking. HEX triplet: 42, AF and CD. RGB value is (66,175,205). Sum of RGB (Red+Green+Blue) = 66+175+205=446 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.80% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #42AFCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AFCD is #BD5032. Grayscale: #919191. Windows color (decimal): -12406835 or 13479746. OLE color: 13479746.
HSL color Cylindrical-coordinate representation of color #42AFCD: hue angle of 192.95º degrees, saturation: 0.58, 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 #42AFCD is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 175 | 205 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.20 |
| HSL | 192.95º | 0.58% | 0.53% | - |
| HSV(B) | 192.95º | 0.68% | 0.8% | - |
| XYZ | 28.6 | 36.23 | 63.24 | - |
| YUV | 145.83 | 161.39 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 205 | 0.68 | 0.15 | 0 | 0.20 | 192.95 | 0.58 | 0.53 |
| Hex | 42 | AF | CD | 44 | F | 0 | 14 | C1 | 3A | 35 |
| Octal | 102 | 257 | 315 | 104 | 17 | 0 | 24 | 301 | 72 | 65 |
| Binary | 1000010 | 10101111 | 11001101 | 1000100 | 1111 | 0 | 10100 | 11000001 | 111010 | 110101 |
Color Harmonies of #42AFCD
Complementary color
Monochromatic Colors of #42AFCD
Black with #42AFCD
Text Example
Text Example
White with #42AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AFCD; }
p { color: rgb(66,175,205); }
H1.HeaderClassName
{
color: #42AFCD;
}
.AnyTagClassName
{
color: #42AFCD;
}
</style>
background-color css
<style>
a { background-color: #42AFCD; }
a { background-color: rgb(66,175,205); }
div.DivClassName
{
background-color: #42AFCD;
}
.BgClassName
{
background-color: #42AFCD;
}
</style>
border-color css
<style>
span { border-color: #42AFCD; }
span { border-color: rgb(66,175,205); }
td.TdClassName
{
border-color: #42AFCD;
}
.TagClassName
{
border-color: #42AFCD;
}
</style>