Shades of Viking #43BDD0
Tints of Viking #43BDD0
RGB
CMYK
RGB Variations
Color information
#43BDD0 (or 0x43BDD0) is known color: Viking. HEX triplet: 43, BD and D0. RGB value is (67,189,208). Sum of RGB (Red+Green+Blue) = 67+189+208=464 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.44% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #43BDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BDD0 is #BC422F. Grayscale: #9A9A9A. Windows color (decimal): -12337712 or 13679939. OLE color: 13679939.
HSL color Cylindrical-coordinate representation of color #43BDD0: hue angle of 188.09º degrees, saturation: 0.6, 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 #43BDD0 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 189 | 208 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.18 |
| HSL | 188.09º | 0.6% | 0.54% | - |
| HSV(B) | 188.09º | 0.68% | 0.82% | - |
| XYZ | 31.9 | 42.14 | 66.13 | - |
| YUV | 154.69 | 158.08 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 189 | 208 | 0.68 | 0.09 | 0 | 0.18 | 188.09 | 0.6 | 0.54 |
| Hex | 43 | BD | D0 | 44 | 9 | 0 | 12 | BC | 3C | 36 |
| Octal | 103 | 275 | 320 | 104 | 11 | 0 | 22 | 274 | 74 | 66 |
| Binary | 1000011 | 10111101 | 11010000 | 1000100 | 1001 | 0 | 10010 | 10111100 | 111100 | 110110 |
Color Harmonies of #43BDD0
Complementary color
Monochromatic Colors of #43BDD0
Black with #43BDD0
Text Example
Text Example
White with #43BDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BDD0; }
p { color: rgb(67,189,208); }
H1.HeaderClassName
{
color: #43BDD0;
}
.AnyTagClassName
{
color: #43BDD0;
}
</style>
background-color css
<style>
a { background-color: #43BDD0; }
a { background-color: rgb(67,189,208); }
div.DivClassName
{
background-color: #43BDD0;
}
.BgClassName
{
background-color: #43BDD0;
}
</style>
border-color css
<style>
span { border-color: #43BDD0; }
span { border-color: rgb(67,189,208); }
td.TdClassName
{
border-color: #43BDD0;
}
.TagClassName
{
border-color: #43BDD0;
}
</style>