Shades of Viking #42A9BC
Tints of Viking #42A9BC
RGB
CMYK
RGB Variations
Color information
#42A9BC (or 0x42A9BC) is known color: Viking. HEX triplet: 42, A9 and BC. RGB value is (66,169,188). Sum of RGB (Red+Green+Blue) = 66+169+188=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #42A9BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A9BC is #BD5643. Grayscale: #8C8C8C. Windows color (decimal): -12408388 or 12364098. OLE color: 12364098.
HSL color Cylindrical-coordinate representation of color #42A9BC: hue angle of 189.34º 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 #42A9BC is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 169 | 188 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.26 |
| HSL | 189.34º | 0.48% | 0.5% | - |
| HSV(B) | 189.34º | 0.65% | 0.74% | - |
| XYZ | 25.51 | 33.17 | 52.63 | - |
| YUV | 140.37 | 154.88 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 169 | 188 | 0.65 | 0.10 | 0 | 0.26 | 189.34 | 0.48 | 0.5 |
| Hex | 42 | A9 | BC | 41 | A | 0 | 1A | BD | 30 | 32 |
| Octal | 102 | 251 | 274 | 101 | 12 | 0 | 32 | 275 | 60 | 62 |
| Binary | 1000010 | 10101001 | 10111100 | 1000001 | 1010 | 0 | 11010 | 10111101 | 110000 | 110010 |
Color Harmonies of #42A9BC
Complementary color
Monochromatic Colors of #42A9BC
Black with #42A9BC
Text Example
Text Example
White with #42A9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A9BC; }
p { color: rgb(66,169,188); }
H1.HeaderClassName
{
color: #42A9BC;
}
.AnyTagClassName
{
color: #42A9BC;
}
</style>
background-color css
<style>
a { background-color: #42A9BC; }
a { background-color: rgb(66,169,188); }
div.DivClassName
{
background-color: #42A9BC;
}
.BgClassName
{
background-color: #42A9BC;
}
</style>
border-color css
<style>
span { border-color: #42A9BC; }
span { border-color: rgb(66,169,188); }
td.TdClassName
{
border-color: #42A9BC;
}
.TagClassName
{
border-color: #42A9BC;
}
</style>