Shades of Viking #43B9CB
Tints of Viking #43B9CB
RGB
CMYK
RGB Variations
Color information
#43B9CB (or 0x43B9CB) is known color: Viking. HEX triplet: 43, B9 and CB. RGB value is (67,185,203). Sum of RGB (Red+Green+Blue) = 67+185+203=455 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.73% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #43B9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43B9CB is #BC4634. Grayscale: #979797. Windows color (decimal): -12338741 or 13351235. OLE color: 13351235.
HSL color Cylindrical-coordinate representation of color #43B9CB: hue angle of 187.94º degrees, saturation: 0.57, 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 #43B9CB is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 185 | 203 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.20 |
| HSL | 187.94º | 0.57% | 0.53% | - |
| HSV(B) | 187.94º | 0.67% | 0.8% | - |
| XYZ | 30.44 | 40.2 | 62.66 | - |
| YUV | 151.77 | 156.91 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 185 | 203 | 0.67 | 0.09 | 0 | 0.20 | 187.94 | 0.57 | 0.53 |
| Hex | 43 | B9 | CB | 43 | 9 | 0 | 14 | BC | 39 | 35 |
| Octal | 103 | 271 | 313 | 103 | 11 | 0 | 24 | 274 | 71 | 65 |
| Binary | 1000011 | 10111001 | 11001011 | 1000011 | 1001 | 0 | 10100 | 10111100 | 111001 | 110101 |
Color Harmonies of #43B9CB
Complementary color
Monochromatic Colors of #43B9CB
Black with #43B9CB
Text Example
Text Example
White with #43B9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B9CB; }
p { color: rgb(67,185,203); }
H1.HeaderClassName
{
color: #43B9CB;
}
.AnyTagClassName
{
color: #43B9CB;
}
</style>
background-color css
<style>
a { background-color: #43B9CB; }
a { background-color: rgb(67,185,203); }
div.DivClassName
{
background-color: #43B9CB;
}
.BgClassName
{
background-color: #43B9CB;
}
</style>
border-color css
<style>
span { border-color: #43B9CB; }
span { border-color: rgb(67,185,203); }
td.TdClassName
{
border-color: #43B9CB;
}
.TagClassName
{
border-color: #43B9CB;
}
</style>