Shades of Viking #43BDD2
Tints of Viking #43BDD2
RGB
CMYK
RGB Variations
Color information
#43BDD2 (or 0x43BDD2) is known color: Viking. HEX triplet: 43, BD and D2. RGB value is (67,189,210). Sum of RGB (Red+Green+Blue) = 67+189+210=466 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.38% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 210 - color contains mainly: blue. Hex color #43BDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BDD2 is #BC422D. Grayscale: #9A9A9A. Windows color (decimal): -12337710 or 13811011. OLE color: 13811011.
HSL color Cylindrical-coordinate representation of color #43BDD2: hue angle of 188.81º 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 #43BDD2 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 189 | 210 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.18 |
| HSL | 188.81º | 0.61% | 0.54% | - |
| HSV(B) | 188.81º | 0.68% | 0.82% | - |
| XYZ | 32.15 | 42.24 | 67.43 | - |
| YUV | 154.92 | 159.08 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 189 | 210 | 0.68 | 0.10 | 0 | 0.18 | 188.81 | 0.61 | 0.54 |
| Hex | 43 | BD | D2 | 44 | A | 0 | 12 | BD | 3D | 36 |
| Octal | 103 | 275 | 322 | 104 | 12 | 0 | 22 | 275 | 75 | 66 |
| Binary | 1000011 | 10111101 | 11010010 | 1000100 | 1010 | 0 | 10010 | 10111101 | 111101 | 110110 |
Color Harmonies of #43BDD2
Complementary color
Monochromatic Colors of #43BDD2
Black with #43BDD2
Text Example
Text Example
White with #43BDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BDD2; }
p { color: rgb(67,189,210); }
H1.HeaderClassName
{
color: #43BDD2;
}
.AnyTagClassName
{
color: #43BDD2;
}
</style>
background-color css
<style>
a { background-color: #43BDD2; }
a { background-color: rgb(67,189,210); }
div.DivClassName
{
background-color: #43BDD2;
}
.BgClassName
{
background-color: #43BDD2;
}
</style>
border-color css
<style>
span { border-color: #43BDD2; }
span { border-color: rgb(67,189,210); }
td.TdClassName
{
border-color: #43BDD2;
}
.TagClassName
{
border-color: #43BDD2;
}
</style>