Shades of Viking #42A2CF
Tints of Viking #42A2CF
RGB
CMYK
RGB Variations
Color information
#42A2CF (or 0x42A2CF) is known color: Viking. HEX triplet: 42, A2 and CF. RGB value is (66,162,207). Sum of RGB (Red+Green+Blue) = 66+162+207=435 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.17% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #42A2CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A2CF is #BD5D30. Grayscale: #8A8A8A. Windows color (decimal): -12410161 or 13607490. OLE color: 13607490.
HSL color Cylindrical-coordinate representation of color #42A2CF: hue angle of 199.15º 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 #42A2CF is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 162 | 207 | - |
| CMYK | 0.68 | 0.22 | 0 | 0.19 |
| HSL | 199.15º | 0.59% | 0.54% | - |
| HSV(B) | 199.15º | 0.68% | 0.81% | - |
| XYZ | 26.43 | 31.5 | 63.72 | - |
| YUV | 138.43 | 166.7 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 162 | 207 | 0.68 | 0.22 | 0 | 0.19 | 199.15 | 0.59 | 0.54 |
| Hex | 42 | A2 | CF | 44 | 16 | 0 | 13 | C7 | 3B | 36 |
| Octal | 102 | 242 | 317 | 104 | 26 | 0 | 23 | 307 | 73 | 66 |
| Binary | 1000010 | 10100010 | 11001111 | 1000100 | 10110 | 0 | 10011 | 11000111 | 111011 | 110110 |
Color Harmonies of #42A2CF
Complementary color
Monochromatic Colors of #42A2CF
Black with #42A2CF
Text Example
Text Example
White with #42A2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A2CF; }
p { color: rgb(66,162,207); }
H1.HeaderClassName
{
color: #42A2CF;
}
.AnyTagClassName
{
color: #42A2CF;
}
</style>
background-color css
<style>
a { background-color: #42A2CF; }
a { background-color: rgb(66,162,207); }
div.DivClassName
{
background-color: #42A2CF;
}
.BgClassName
{
background-color: #42A2CF;
}
</style>
border-color css
<style>
span { border-color: #42A2CF; }
span { border-color: rgb(66,162,207); }
td.TdClassName
{
border-color: #42A2CF;
}
.TagClassName
{
border-color: #42A2CF;
}
</style>