Shades of Viking #42B1BC
Tints of Viking #42B1BC
RGB
CMYK
RGB Variations
Color information
#42B1BC (or 0x42B1BC) is known color: Viking. HEX triplet: 42, B1 and BC. RGB value is (66,177,188). Sum of RGB (Red+Green+Blue) = 66+177+188=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #42B1BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42B1BC is #BD4E43. Grayscale: #909090. Windows color (decimal): -12406340 or 12366146. OLE color: 12366146.
HSL color Cylindrical-coordinate representation of color #42B1BC: hue angle of 185.41º 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 #42B1BC is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 177 | 188 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.26 |
| HSL | 185.41º | 0.48% | 0.5% | - |
| HSV(B) | 185.41º | 0.65% | 0.74% | - |
| XYZ | 27.05 | 36.23 | 53.15 | - |
| YUV | 145.07 | 152.23 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 177 | 188 | 0.65 | 0.06 | 0 | 0.26 | 185.41 | 0.48 | 0.5 |
| Hex | 42 | B1 | BC | 41 | 6 | 0 | 1A | B9 | 30 | 32 |
| Octal | 102 | 261 | 274 | 101 | 6 | 0 | 32 | 271 | 60 | 62 |
| Binary | 1000010 | 10110001 | 10111100 | 1000001 | 110 | 0 | 11010 | 10111001 | 110000 | 110010 |
Color Harmonies of #42B1BC
Complementary color
Monochromatic Colors of #42B1BC
Black with #42B1BC
Text Example
Text Example
White with #42B1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B1BC; }
p { color: rgb(66,177,188); }
H1.HeaderClassName
{
color: #42B1BC;
}
.AnyTagClassName
{
color: #42B1BC;
}
</style>
background-color css
<style>
a { background-color: #42B1BC; }
a { background-color: rgb(66,177,188); }
div.DivClassName
{
background-color: #42B1BC;
}
.BgClassName
{
background-color: #42B1BC;
}
</style>
border-color css
<style>
span { border-color: #42B1BC; }
span { border-color: rgb(66,177,188); }
td.TdClassName
{
border-color: #42B1BC;
}
.TagClassName
{
border-color: #42B1BC;
}
</style>