Shades of Viking #42BAD3
Tints of Viking #42BAD3
RGB
CMYK
RGB Variations
Color information
#42BAD3 (or 0x42BAD3) is known color: Viking. HEX triplet: 42, BA and D3. RGB value is (66,186,211). Sum of RGB (Red+Green+Blue) = 66+186+211=463 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.25% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 211 (82.81% from 255 or 45.57% from 463); Max value from RGB is 211 - color contains mainly: blue. Hex color #42BAD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BAD3 is #BD452C. Grayscale: #989898. Windows color (decimal): -12404013 or 13875778. OLE color: 13875778.
HSL color Cylindrical-coordinate representation of color #42BAD3: hue angle of 190.34º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42BAD3 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 186 | 211 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.17 |
| HSL | 190.34º | 0.62% | 0.54% | - |
| HSV(B) | 190.34º | 0.69% | 0.83% | - |
| XYZ | 31.56 | 40.98 | 67.87 | - |
| YUV | 152.97 | 160.74 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 186 | 211 | 0.69 | 0.12 | 0 | 0.17 | 190.34 | 0.62 | 0.54 |
| Hex | 42 | BA | D3 | 45 | C | 0 | 11 | BE | 3E | 36 |
| Octal | 102 | 272 | 323 | 105 | 14 | 0 | 21 | 276 | 76 | 66 |
| Binary | 1000010 | 10111010 | 11010011 | 1000101 | 1100 | 0 | 10001 | 10111110 | 111110 | 110110 |
Color Harmonies of #42BAD3
Complementary color
Monochromatic Colors of #42BAD3
Black with #42BAD3
Text Example
Text Example
White with #42BAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BAD3; }
p { color: rgb(66,186,211); }
H1.HeaderClassName
{
color: #42BAD3;
}
.AnyTagClassName
{
color: #42BAD3;
}
</style>
background-color css
<style>
a { background-color: #42BAD3; }
a { background-color: rgb(66,186,211); }
div.DivClassName
{
background-color: #42BAD3;
}
.BgClassName
{
background-color: #42BAD3;
}
</style>
border-color css
<style>
span { border-color: #42BAD3; }
span { border-color: rgb(66,186,211); }
td.TdClassName
{
border-color: #42BAD3;
}
.TagClassName
{
border-color: #42BAD3;
}
</style>