Shades of Viking #43ACCD
Tints of Viking #43ACCD
RGB
CMYK
RGB Variations
Color information
#43ACCD (or 0x43ACCD) is known color: Viking. HEX triplet: 43, AC and CD. RGB value is (67,172,205). Sum of RGB (Red+Green+Blue) = 67+172+205=444 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.09% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #43ACCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43ACCD is #BC5332. Grayscale: #909090. Windows color (decimal): -12342067 or 13478979. OLE color: 13478979.
HSL color Cylindrical-coordinate representation of color #43ACCD: hue angle of 194.35º degrees, saturation: 0.58, 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 #43ACCD is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 172 | 205 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.20 |
| HSL | 194.35º | 0.58% | 0.53% | - |
| HSV(B) | 194.35º | 0.67% | 0.8% | - |
| XYZ | 28.09 | 35.11 | 63.05 | - |
| YUV | 144.37 | 162.21 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 172 | 205 | 0.67 | 0.16 | 0 | 0.20 | 194.35 | 0.58 | 0.53 |
| Hex | 43 | AC | CD | 43 | 10 | 0 | 14 | C2 | 3A | 35 |
| Octal | 103 | 254 | 315 | 103 | 20 | 0 | 24 | 302 | 72 | 65 |
| Binary | 1000011 | 10101100 | 11001101 | 1000011 | 10000 | 0 | 10100 | 11000010 | 111010 | 110101 |
Color Harmonies of #43ACCD
Complementary color
Monochromatic Colors of #43ACCD
Black with #43ACCD
Text Example
Text Example
White with #43ACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ACCD; }
p { color: rgb(67,172,205); }
H1.HeaderClassName
{
color: #43ACCD;
}
.AnyTagClassName
{
color: #43ACCD;
}
</style>
background-color css
<style>
a { background-color: #43ACCD; }
a { background-color: rgb(67,172,205); }
div.DivClassName
{
background-color: #43ACCD;
}
.BgClassName
{
background-color: #43ACCD;
}
</style>
border-color css
<style>
span { border-color: #43ACCD; }
span { border-color: rgb(67,172,205); }
td.TdClassName
{
border-color: #43ACCD;
}
.TagClassName
{
border-color: #43ACCD;
}
</style>