Shades of Viking #43BCCD
Tints of Viking #43BCCD
RGB
CMYK
RGB Variations
Color information
#43BCCD (or 0x43BCCD) is known color: Viking. HEX triplet: 43, BC and CD. RGB value is (67,188,205). Sum of RGB (Red+Green+Blue) = 67+188+205=460 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.57% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #43BCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BCCD is #BC4332. Grayscale: #999999. Windows color (decimal): -12337971 or 13483075. OLE color: 13483075.
HSL color Cylindrical-coordinate representation of color #43BCCD: hue angle of 187.39º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43BCCD is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 188 | 205 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.20 |
| HSL | 187.39º | 0.58% | 0.53% | - |
| HSV(B) | 187.39º | 0.67% | 0.8% | - |
| XYZ | 31.32 | 41.57 | 64.13 | - |
| YUV | 153.76 | 156.91 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 188 | 205 | 0.67 | 0.08 | 0 | 0.20 | 187.39 | 0.58 | 0.53 |
| Hex | 43 | BC | CD | 43 | 8 | 0 | 14 | BB | 3A | 35 |
| Octal | 103 | 274 | 315 | 103 | 10 | 0 | 24 | 273 | 72 | 65 |
| Binary | 1000011 | 10111100 | 11001101 | 1000011 | 1000 | 0 | 10100 | 10111011 | 111010 | 110101 |
Color Harmonies of #43BCCD
Complementary color
Monochromatic Colors of #43BCCD
Black with #43BCCD
Text Example
Text Example
White with #43BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BCCD; }
p { color: rgb(67,188,205); }
H1.HeaderClassName
{
color: #43BCCD;
}
.AnyTagClassName
{
color: #43BCCD;
}
</style>
background-color css
<style>
a { background-color: #43BCCD; }
a { background-color: rgb(67,188,205); }
div.DivClassName
{
background-color: #43BCCD;
}
.BgClassName
{
background-color: #43BCCD;
}
</style>
border-color css
<style>
span { border-color: #43BCCD; }
span { border-color: rgb(67,188,205); }
td.TdClassName
{
border-color: #43BCCD;
}
.TagClassName
{
border-color: #43BCCD;
}
</style>