Shades of Viking #43B9D1
Tints of Viking #43B9D1
RGB
CMYK
RGB Variations
Color information
#43B9D1 (or 0x43B9D1) is known color: Viking. HEX triplet: 43, B9 and D1. RGB value is (67,185,209). Sum of RGB (Red+Green+Blue) = 67+185+209=461 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.53% from 461); Green value is 185 (72.66% from 255 or 40.13% 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 #43B9D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43B9D1 is #BC462E. Grayscale: #989898. Windows color (decimal): -12338735 or 13744451. OLE color: 13744451.
HSL color Cylindrical-coordinate representation of color #43B9D1: hue angle of 190.14º 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 #43B9D1 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 185 | 209 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.18 |
| HSL | 190.14º | 0.61% | 0.54% | - |
| HSV(B) | 190.14º | 0.68% | 0.82% | - |
| XYZ | 31.17 | 40.49 | 66.49 | - |
| YUV | 152.45 | 159.91 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 185 | 209 | 0.68 | 0.11 | 0 | 0.18 | 190.14 | 0.61 | 0.54 |
| Hex | 43 | B9 | D1 | 44 | B | 0 | 12 | BE | 3D | 36 |
| Octal | 103 | 271 | 321 | 104 | 13 | 0 | 22 | 276 | 75 | 66 |
| Binary | 1000011 | 10111001 | 11010001 | 1000100 | 1011 | 0 | 10010 | 10111110 | 111101 | 110110 |
Color Harmonies of #43B9D1
Complementary color
Monochromatic Colors of #43B9D1
Black with #43B9D1
Text Example
Text Example
White with #43B9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B9D1; }
p { color: rgb(67,185,209); }
H1.HeaderClassName
{
color: #43B9D1;
}
.AnyTagClassName
{
color: #43B9D1;
}
</style>
background-color css
<style>
a { background-color: #43B9D1; }
a { background-color: rgb(67,185,209); }
div.DivClassName
{
background-color: #43B9D1;
}
.BgClassName
{
background-color: #43B9D1;
}
</style>
border-color css
<style>
span { border-color: #43B9D1; }
span { border-color: rgb(67,185,209); }
td.TdClassName
{
border-color: #43B9D1;
}
.TagClassName
{
border-color: #43B9D1;
}
</style>