Shades of Viking #43BDCF
Tints of Viking #43BDCF
RGB
CMYK
RGB Variations
Color information
#43BDCF (or 0x43BDCF) is known color: Viking. HEX triplet: 43, BD and CF. RGB value is (67,189,207). Sum of RGB (Red+Green+Blue) = 67+189+207=463 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.47% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #43BDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BDCF is #BC4230. Grayscale: #9A9A9A. Windows color (decimal): -12337713 or 13614403. OLE color: 13614403.
HSL color Cylindrical-coordinate representation of color #43BDCF: hue angle of 187.71º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43BDCF is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 189 | 207 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.19 |
| HSL | 187.71º | 0.59% | 0.54% | - |
| HSV(B) | 187.71º | 0.68% | 0.81% | - |
| XYZ | 31.77 | 42.09 | 65.48 | - |
| YUV | 154.57 | 157.58 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 189 | 207 | 0.68 | 0.09 | 0 | 0.19 | 187.71 | 0.59 | 0.54 |
| Hex | 43 | BD | CF | 44 | 9 | 0 | 13 | BC | 3B | 36 |
| Octal | 103 | 275 | 317 | 104 | 11 | 0 | 23 | 274 | 73 | 66 |
| Binary | 1000011 | 10111101 | 11001111 | 1000100 | 1001 | 0 | 10011 | 10111100 | 111011 | 110110 |
Color Harmonies of #43BDCF
Complementary color
Monochromatic Colors of #43BDCF
Black with #43BDCF
Text Example
Text Example
White with #43BDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BDCF; }
p { color: rgb(67,189,207); }
H1.HeaderClassName
{
color: #43BDCF;
}
.AnyTagClassName
{
color: #43BDCF;
}
</style>
background-color css
<style>
a { background-color: #43BDCF; }
a { background-color: rgb(67,189,207); }
div.DivClassName
{
background-color: #43BDCF;
}
.BgClassName
{
background-color: #43BDCF;
}
</style>
border-color css
<style>
span { border-color: #43BDCF; }
span { border-color: rgb(67,189,207); }
td.TdClassName
{
border-color: #43BDCF;
}
.TagClassName
{
border-color: #43BDCF;
}
</style>