Shades of Viking #42ABBD
Tints of Viking #42ABBD
RGB
CMYK
RGB Variations
Color information
#42ABBD (or 0x42ABBD) is known color: Viking. HEX triplet: 42, AB and BD. RGB value is (66,171,189). Sum of RGB (Red+Green+Blue) = 66+171+189=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #42ABBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ABBD is #BD5442. Grayscale: #8D8D8D. Windows color (decimal): -12407875 or 12430146. OLE color: 12430146.
HSL color Cylindrical-coordinate representation of color #42ABBD: hue angle of 188.78º 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 #42ABBD is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 171 | 189 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.26 |
| HSL | 188.78º | 0.48% | 0.5% | - |
| HSV(B) | 188.78º | 0.65% | 0.74% | - |
| XYZ | 25.99 | 33.96 | 53.33 | - |
| YUV | 141.66 | 154.71 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 189 | 0.65 | 0.10 | 0 | 0.26 | 188.78 | 0.48 | 0.5 |
| Hex | 42 | AB | BD | 41 | A | 0 | 1A | BD | 30 | 32 |
| Octal | 102 | 253 | 275 | 101 | 12 | 0 | 32 | 275 | 60 | 62 |
| Binary | 1000010 | 10101011 | 10111101 | 1000001 | 1010 | 0 | 11010 | 10111101 | 110000 | 110010 |
Color Harmonies of #42ABBD
Complementary color
Monochromatic Colors of #42ABBD
Black with #42ABBD
Text Example
Text Example
White with #42ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ABBD; }
p { color: rgb(66,171,189); }
H1.HeaderClassName
{
color: #42ABBD;
}
.AnyTagClassName
{
color: #42ABBD;
}
</style>
background-color css
<style>
a { background-color: #42ABBD; }
a { background-color: rgb(66,171,189); }
div.DivClassName
{
background-color: #42ABBD;
}
.BgClassName
{
background-color: #42ABBD;
}
</style>
border-color css
<style>
span { border-color: #42ABBD; }
span { border-color: rgb(66,171,189); }
td.TdClassName
{
border-color: #42ABBD;
}
.TagClassName
{
border-color: #42ABBD;
}
</style>