Shades of Viking #42BACB
Tints of Viking #42BACB
RGB
CMYK
RGB Variations
Color information
#42BACB (or 0x42BACB) is known color: Viking. HEX triplet: 42, BA and CB. RGB value is (66,186,203). Sum of RGB (Red+Green+Blue) = 66+186+203=455 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.51% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #42BACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BACB is #BD4534. Grayscale: #979797. Windows color (decimal): -12404021 or 13351490. OLE color: 13351490.
HSL color Cylindrical-coordinate representation of color #42BACB: hue angle of 187.45º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42BACB is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 186 | 203 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.20 |
| HSL | 187.45º | 0.57% | 0.53% | - |
| HSV(B) | 187.45º | 0.67% | 0.8% | - |
| XYZ | 30.59 | 40.59 | 62.72 | - |
| YUV | 152.06 | 156.74 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 186 | 203 | 0.67 | 0.08 | 0 | 0.20 | 187.45 | 0.57 | 0.53 |
| Hex | 42 | BA | CB | 43 | 8 | 0 | 14 | BB | 39 | 35 |
| Octal | 102 | 272 | 313 | 103 | 10 | 0 | 24 | 273 | 71 | 65 |
| Binary | 1000010 | 10111010 | 11001011 | 1000011 | 1000 | 0 | 10100 | 10111011 | 111001 | 110101 |
Color Harmonies of #42BACB
Complementary color
Monochromatic Colors of #42BACB
Black with #42BACB
Text Example
Text Example
White with #42BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BACB; }
p { color: rgb(66,186,203); }
H1.HeaderClassName
{
color: #42BACB;
}
.AnyTagClassName
{
color: #42BACB;
}
</style>
background-color css
<style>
a { background-color: #42BACB; }
a { background-color: rgb(66,186,203); }
div.DivClassName
{
background-color: #42BACB;
}
.BgClassName
{
background-color: #42BACB;
}
</style>
border-color css
<style>
span { border-color: #42BACB; }
span { border-color: rgb(66,186,203); }
td.TdClassName
{
border-color: #42BACB;
}
.TagClassName
{
border-color: #42BACB;
}
</style>