Shades of Viking #42ACBD
Tints of Viking #42ACBD
RGB
CMYK
RGB Variations
Color information
#42ACBD (or 0x42ACBD) is known color: Viking. HEX triplet: 42, AC and BD. RGB value is (66,172,189). Sum of RGB (Red+Green+Blue) = 66+172+189=427 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.46% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #42ACBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ACBD is #BD5342. Grayscale: #8E8E8E. Windows color (decimal): -12407619 or 12430402. OLE color: 12430402.
HSL color Cylindrical-coordinate representation of color #42ACBD: hue angle of 188.29º 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 #42ACBD is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 172 | 189 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.26 |
| HSL | 188.29º | 0.48% | 0.5% | - |
| HSV(B) | 188.29º | 0.65% | 0.74% | - |
| XYZ | 26.18 | 34.34 | 53.39 | - |
| YUV | 142.24 | 154.38 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 172 | 189 | 0.65 | 0.09 | 0 | 0.26 | 188.29 | 0.48 | 0.5 |
| Hex | 42 | AC | BD | 41 | 9 | 0 | 1A | BC | 30 | 32 |
| Octal | 102 | 254 | 275 | 101 | 11 | 0 | 32 | 274 | 60 | 62 |
| Binary | 1000010 | 10101100 | 10111101 | 1000001 | 1001 | 0 | 11010 | 10111100 | 110000 | 110010 |
Color Harmonies of #42ACBD
Complementary color
Monochromatic Colors of #42ACBD
Black with #42ACBD
Text Example
Text Example
White with #42ACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ACBD; }
p { color: rgb(66,172,189); }
H1.HeaderClassName
{
color: #42ACBD;
}
.AnyTagClassName
{
color: #42ACBD;
}
</style>
background-color css
<style>
a { background-color: #42ACBD; }
a { background-color: rgb(66,172,189); }
div.DivClassName
{
background-color: #42ACBD;
}
.BgClassName
{
background-color: #42ACBD;
}
</style>
border-color css
<style>
span { border-color: #42ACBD; }
span { border-color: rgb(66,172,189); }
td.TdClassName
{
border-color: #42ACBD;
}
.TagClassName
{
border-color: #42ACBD;
}
</style>