Shades of Viking #42BAD1
Tints of Viking #42BAD1
RGB
CMYK
RGB Variations
Color information
#42BAD1 (or 0x42BAD1) is known color: Viking. HEX triplet: 42, BA and D1. RGB value is (66,186,209). Sum of RGB (Red+Green+Blue) = 66+186+209=461 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.32% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 209 - color contains mainly: blue. Hex color #42BAD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BAD1 is #BD452E. Grayscale: #989898. Windows color (decimal): -12404015 or 13744706. OLE color: 13744706.
HSL color Cylindrical-coordinate representation of color #42BAD1: hue angle of 189.65º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42BAD1 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 186 | 209 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.18 |
| HSL | 189.65º | 0.61% | 0.54% | - |
| HSV(B) | 189.65º | 0.68% | 0.82% | - |
| XYZ | 31.31 | 40.88 | 66.56 | - |
| YUV | 152.74 | 159.74 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 186 | 209 | 0.68 | 0.11 | 0 | 0.18 | 189.65 | 0.61 | 0.54 |
| Hex | 42 | BA | D1 | 44 | B | 0 | 12 | BE | 3D | 36 |
| Octal | 102 | 272 | 321 | 104 | 13 | 0 | 22 | 276 | 75 | 66 |
| Binary | 1000010 | 10111010 | 11010001 | 1000100 | 1011 | 0 | 10010 | 10111110 | 111101 | 110110 |
Color Harmonies of #42BAD1
Complementary color
Monochromatic Colors of #42BAD1
Black with #42BAD1
Text Example
Text Example
White with #42BAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BAD1; }
p { color: rgb(66,186,209); }
H1.HeaderClassName
{
color: #42BAD1;
}
.AnyTagClassName
{
color: #42BAD1;
}
</style>
background-color css
<style>
a { background-color: #42BAD1; }
a { background-color: rgb(66,186,209); }
div.DivClassName
{
background-color: #42BAD1;
}
.BgClassName
{
background-color: #42BAD1;
}
</style>
border-color css
<style>
span { border-color: #42BAD1; }
span { border-color: rgb(66,186,209); }
td.TdClassName
{
border-color: #42BAD1;
}
.TagClassName
{
border-color: #42BAD1;
}
</style>