Shades of Viking #42BACA
Tints of Viking #42BACA
RGB
CMYK
RGB Variations
Color information
#42BACA (or 0x42BACA) is known color: Viking. HEX triplet: 42, BA and CA. RGB value is (66,186,202). Sum of RGB (Red+Green+Blue) = 66+186+202=454 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.54% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #42BACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BACA is #BD4535. Grayscale: #979797. Windows color (decimal): -12404022 or 13285954. OLE color: 13285954.
HSL color Cylindrical-coordinate representation of color #42BACA: hue angle of 187.06º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42BACA is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 186 | 202 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.21 |
| HSL | 187.06º | 0.56% | 0.53% | - |
| HSV(B) | 187.06º | 0.67% | 0.79% | - |
| XYZ | 30.47 | 40.54 | 62.1 | - |
| YUV | 151.94 | 156.24 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 186 | 202 | 0.67 | 0.08 | 0 | 0.21 | 187.06 | 0.56 | 0.53 |
| Hex | 42 | BA | CA | 43 | 8 | 0 | 15 | BB | 38 | 35 |
| Octal | 102 | 272 | 312 | 103 | 10 | 0 | 25 | 273 | 70 | 65 |
| Binary | 1000010 | 10111010 | 11001010 | 1000011 | 1000 | 0 | 10101 | 10111011 | 111000 | 110101 |
Color Harmonies of #42BACA
Complementary color
Monochromatic Colors of #42BACA
Black with #42BACA
Text Example
Text Example
White with #42BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BACA; }
p { color: rgb(66,186,202); }
H1.HeaderClassName
{
color: #42BACA;
}
.AnyTagClassName
{
color: #42BACA;
}
</style>
background-color css
<style>
a { background-color: #42BACA; }
a { background-color: rgb(66,186,202); }
div.DivClassName
{
background-color: #42BACA;
}
.BgClassName
{
background-color: #42BACA;
}
</style>
border-color css
<style>
span { border-color: #42BACA; }
span { border-color: rgb(66,186,202); }
td.TdClassName
{
border-color: #42BACA;
}
.TagClassName
{
border-color: #42BACA;
}
</style>