Shades of Viking #43BCD0
Tints of Viking #43BCD0
RGB
CMYK
RGB Variations
Color information
#43BCD0 (or 0x43BCD0) is known color: Viking. HEX triplet: 43, BC and D0. RGB value is (67,188,208). Sum of RGB (Red+Green+Blue) = 67+188+208=463 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.47% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #43BCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BCD0 is #BC432F. Grayscale: #999999. Windows color (decimal): -12337968 or 13679683. OLE color: 13679683.
HSL color Cylindrical-coordinate representation of color #43BCD0: hue angle of 188.51º 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 #43BCD0 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 188 | 208 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.18 |
| HSL | 188.51º | 0.6% | 0.54% | - |
| HSV(B) | 188.51º | 0.68% | 0.82% | - |
| XYZ | 31.68 | 41.71 | 66.06 | - |
| YUV | 154.1 | 158.41 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 188 | 208 | 0.68 | 0.10 | 0 | 0.18 | 188.51 | 0.6 | 0.54 |
| Hex | 43 | BC | D0 | 44 | A | 0 | 12 | BD | 3C | 36 |
| Octal | 103 | 274 | 320 | 104 | 12 | 0 | 22 | 275 | 74 | 66 |
| Binary | 1000011 | 10111100 | 11010000 | 1000100 | 1010 | 0 | 10010 | 10111101 | 111100 | 110110 |
Color Harmonies of #43BCD0
Complementary color
Monochromatic Colors of #43BCD0
Black with #43BCD0
Text Example
Text Example
White with #43BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BCD0; }
p { color: rgb(67,188,208); }
H1.HeaderClassName
{
color: #43BCD0;
}
.AnyTagClassName
{
color: #43BCD0;
}
</style>
background-color css
<style>
a { background-color: #43BCD0; }
a { background-color: rgb(67,188,208); }
div.DivClassName
{
background-color: #43BCD0;
}
.BgClassName
{
background-color: #43BCD0;
}
</style>
border-color css
<style>
span { border-color: #43BCD0; }
span { border-color: rgb(67,188,208); }
td.TdClassName
{
border-color: #43BCD0;
}
.TagClassName
{
border-color: #43BCD0;
}
</style>