Shades of Viking #43AABD
Tints of Viking #43AABD
RGB
CMYK
RGB Variations
Color information
#43AABD (or 0x43AABD) is known color: Viking. HEX triplet: 43, AA and BD. RGB value is (67,170,189). Sum of RGB (Red+Green+Blue) = 67+170+189=426 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.73% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #43AABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43AABD is #BC5542. Grayscale: #8D8D8D. Windows color (decimal): -12342595 or 12429891. OLE color: 12429891.
HSL color Cylindrical-coordinate representation of color #43AABD: hue angle of 189.34º 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 #43AABD is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 170 | 189 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.26 |
| HSL | 189.34º | 0.48% | 0.5% | - |
| HSV(B) | 189.34º | 0.65% | 0.74% | - |
| XYZ | 25.87 | 33.62 | 53.27 | - |
| YUV | 141.37 | 154.88 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 170 | 189 | 0.65 | 0.10 | 0 | 0.26 | 189.34 | 0.48 | 0.5 |
| Hex | 43 | AA | BD | 41 | A | 0 | 1A | BD | 30 | 32 |
| Octal | 103 | 252 | 275 | 101 | 12 | 0 | 32 | 275 | 60 | 62 |
| Binary | 1000011 | 10101010 | 10111101 | 1000001 | 1010 | 0 | 11010 | 10111101 | 110000 | 110010 |
Color Harmonies of #43AABD
Complementary color
Monochromatic Colors of #43AABD
Black with #43AABD
Text Example
Text Example
White with #43AABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AABD; }
p { color: rgb(67,170,189); }
H1.HeaderClassName
{
color: #43AABD;
}
.AnyTagClassName
{
color: #43AABD;
}
</style>
background-color css
<style>
a { background-color: #43AABD; }
a { background-color: rgb(67,170,189); }
div.DivClassName
{
background-color: #43AABD;
}
.BgClassName
{
background-color: #43AABD;
}
</style>
border-color css
<style>
span { border-color: #43AABD; }
span { border-color: rgb(67,170,189); }
td.TdClassName
{
border-color: #43AABD;
}
.TagClassName
{
border-color: #43AABD;
}
</style>