Shades of Viking #43BCD1
Tints of Viking #43BCD1
RGB
CMYK
RGB Variations
Color information
#43BCD1 (or 0x43BCD1) is known color: Viking. HEX triplet: 43, BC and D1. RGB value is (67,188,209). Sum of RGB (Red+Green+Blue) = 67+188+209=464 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.44% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #43BCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BCD1 is #BC432E. Grayscale: #9A9A9A. Windows color (decimal): -12337967 or 13745219. OLE color: 13745219.
HSL color Cylindrical-coordinate representation of color #43BCD1: hue angle of 188.87º 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 #43BCD1 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 188 | 209 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.18 |
| HSL | 188.87º | 0.61% | 0.54% | - |
| HSV(B) | 188.87º | 0.68% | 0.82% | - |
| XYZ | 31.81 | 41.76 | 66.71 | - |
| YUV | 154.22 | 158.91 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 188 | 209 | 0.68 | 0.10 | 0 | 0.18 | 188.87 | 0.61 | 0.54 |
| Hex | 43 | BC | D1 | 44 | A | 0 | 12 | BD | 3D | 36 |
| Octal | 103 | 274 | 321 | 104 | 12 | 0 | 22 | 275 | 75 | 66 |
| Binary | 1000011 | 10111100 | 11010001 | 1000100 | 1010 | 0 | 10010 | 10111101 | 111101 | 110110 |
Color Harmonies of #43BCD1
Complementary color
Monochromatic Colors of #43BCD1
Black with #43BCD1
Text Example
Text Example
White with #43BCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BCD1; }
p { color: rgb(67,188,209); }
H1.HeaderClassName
{
color: #43BCD1;
}
.AnyTagClassName
{
color: #43BCD1;
}
</style>
background-color css
<style>
a { background-color: #43BCD1; }
a { background-color: rgb(67,188,209); }
div.DivClassName
{
background-color: #43BCD1;
}
.BgClassName
{
background-color: #43BCD1;
}
</style>
border-color css
<style>
span { border-color: #43BCD1; }
span { border-color: rgb(67,188,209); }
td.TdClassName
{
border-color: #43BCD1;
}
.TagClassName
{
border-color: #43BCD1;
}
</style>