Shades of Viking #43A6BD
Tints of Viking #43A6BD
RGB
CMYK
RGB Variations
Color information
#43A6BD (or 0x43A6BD) is known color: Viking. HEX triplet: 43, A6 and BD. RGB value is (67,166,189). Sum of RGB (Red+Green+Blue) = 67+166+189=422 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.88% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #43A6BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43A6BD is #BC5942. Grayscale: #8A8A8A. Windows color (decimal): -12343619 or 12428867. OLE color: 12428867.
HSL color Cylindrical-coordinate representation of color #43A6BD: hue angle of 191.31º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43A6BD is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 166 | 189 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.26 |
| HSL | 191.31º | 0.48% | 0.5% | - |
| HSV(B) | 191.31º | 0.65% | 0.74% | - |
| XYZ | 25.14 | 32.14 | 53.02 | - |
| YUV | 139.02 | 156.2 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 166 | 189 | 0.65 | 0.12 | 0 | 0.26 | 191.31 | 0.48 | 0.5 |
| Hex | 43 | A6 | BD | 41 | C | 0 | 1A | BF | 30 | 32 |
| Octal | 103 | 246 | 275 | 101 | 14 | 0 | 32 | 277 | 60 | 62 |
| Binary | 1000011 | 10100110 | 10111101 | 1000001 | 1100 | 0 | 11010 | 10111111 | 110000 | 110010 |
Color Harmonies of #43A6BD
Complementary color
Monochromatic Colors of #43A6BD
Black with #43A6BD
Text Example
Text Example
White with #43A6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A6BD; }
p { color: rgb(67,166,189); }
H1.HeaderClassName
{
color: #43A6BD;
}
.AnyTagClassName
{
color: #43A6BD;
}
</style>
background-color css
<style>
a { background-color: #43A6BD; }
a { background-color: rgb(67,166,189); }
div.DivClassName
{
background-color: #43A6BD;
}
.BgClassName
{
background-color: #43A6BD;
}
</style>
border-color css
<style>
span { border-color: #43A6BD; }
span { border-color: rgb(67,166,189); }
td.TdClassName
{
border-color: #43A6BD;
}
.TagClassName
{
border-color: #43A6BD;
}
</style>