Shades of Viking #42A1BB
Tints of Viking #42A1BB
RGB
CMYK
RGB Variations
Color information
#42A1BB (or 0x42A1BB) is known color: Viking. HEX triplet: 42, A1 and BB. RGB value is (66,161,187). Sum of RGB (Red+Green+Blue) = 66+161+187=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #42A1BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A1BB is #BD5E44. Grayscale: #878787. Windows color (decimal): -12410437 or 12296514. OLE color: 12296514.
HSL color Cylindrical-coordinate representation of color #42A1BB: hue angle of 192.89º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42A1BB is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 161 | 187 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.27 |
| HSL | 192.89º | 0.48% | 0.5% | - |
| HSV(B) | 192.89º | 0.65% | 0.73% | - |
| XYZ | 23.96 | 30.24 | 51.59 | - |
| YUV | 135.56 | 157.03 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 161 | 187 | 0.65 | 0.14 | 0 | 0.27 | 192.89 | 0.48 | 0.5 |
| Hex | 42 | A1 | BB | 41 | E | 0 | 1B | C1 | 30 | 32 |
| Octal | 102 | 241 | 273 | 101 | 16 | 0 | 33 | 301 | 60 | 62 |
| Binary | 1000010 | 10100001 | 10111011 | 1000001 | 1110 | 0 | 11011 | 11000001 | 110000 | 110010 |
Color Harmonies of #42A1BB
Complementary color
Monochromatic Colors of #42A1BB
Black with #42A1BB
Text Example
Text Example
White with #42A1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A1BB; }
p { color: rgb(66,161,187); }
H1.HeaderClassName
{
color: #42A1BB;
}
.AnyTagClassName
{
color: #42A1BB;
}
</style>
background-color css
<style>
a { background-color: #42A1BB; }
a { background-color: rgb(66,161,187); }
div.DivClassName
{
background-color: #42A1BB;
}
.BgClassName
{
background-color: #42A1BB;
}
</style>
border-color css
<style>
span { border-color: #42A1BB; }
span { border-color: rgb(66,161,187); }
td.TdClassName
{
border-color: #42A1BB;
}
.TagClassName
{
border-color: #42A1BB;
}
</style>