Shades of Viking #42AABC
Tints of Viking #42AABC
RGB
CMYK
RGB Variations
Color information
#42AABC (or 0x42AABC) is known color: Viking. HEX triplet: 42, AA and BC. RGB value is (66,170,188). Sum of RGB (Red+Green+Blue) = 66+170+188=424 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.57% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #42AABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AABC is #BD5543. Grayscale: #8C8C8C. Windows color (decimal): -12408132 or 12364354. OLE color: 12364354.
HSL color Cylindrical-coordinate representation of color #42AABC: hue angle of 188.85º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42AABC is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 170 | 188 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.26 |
| HSL | 188.85º | 0.48% | 0.5% | - |
| HSV(B) | 188.85º | 0.65% | 0.74% | - |
| XYZ | 25.7 | 33.54 | 52.7 | - |
| YUV | 140.96 | 154.54 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 170 | 188 | 0.65 | 0.10 | 0 | 0.26 | 188.85 | 0.48 | 0.5 |
| Hex | 42 | AA | BC | 41 | A | 0 | 1A | BD | 30 | 32 |
| Octal | 102 | 252 | 274 | 101 | 12 | 0 | 32 | 275 | 60 | 62 |
| Binary | 1000010 | 10101010 | 10111100 | 1000001 | 1010 | 0 | 11010 | 10111101 | 110000 | 110010 |
Color Harmonies of #42AABC
Complementary color
Monochromatic Colors of #42AABC
Black with #42AABC
Text Example
Text Example
White with #42AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AABC; }
p { color: rgb(66,170,188); }
H1.HeaderClassName
{
color: #42AABC;
}
.AnyTagClassName
{
color: #42AABC;
}
</style>
background-color css
<style>
a { background-color: #42AABC; }
a { background-color: rgb(66,170,188); }
div.DivClassName
{
background-color: #42AABC;
}
.BgClassName
{
background-color: #42AABC;
}
</style>
border-color css
<style>
span { border-color: #42AABC; }
span { border-color: rgb(66,170,188); }
td.TdClassName
{
border-color: #42AABC;
}
.TagClassName
{
border-color: #42AABC;
}
</style>