Shades of Viking #43ABC9
Tints of Viking #43ABC9
RGB
CMYK
RGB Variations
Color information
#43ABC9 (or 0x43ABC9) is known color: Viking. HEX triplet: 43, AB and C9. RGB value is (67,171,201). Sum of RGB (Red+Green+Blue) = 67+171+201=439 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.26% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 201 - color contains mainly: blue. Hex color #43ABC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43ABC9 is #BC5436. Grayscale: #8F8F8F. Windows color (decimal): -12342327 or 13216579. OLE color: 13216579.
HSL color Cylindrical-coordinate representation of color #43ABC9: hue angle of 193.43º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43ABC9 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 171 | 201 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.21 |
| HSL | 193.43º | 0.55% | 0.53% | - |
| HSV(B) | 193.43º | 0.67% | 0.79% | - |
| XYZ | 27.42 | 34.54 | 60.48 | - |
| YUV | 143.32 | 160.54 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 171 | 201 | 0.67 | 0.15 | 0 | 0.21 | 193.43 | 0.55 | 0.53 |
| Hex | 43 | AB | C9 | 43 | F | 0 | 15 | C1 | 37 | 35 |
| Octal | 103 | 253 | 311 | 103 | 17 | 0 | 25 | 301 | 67 | 65 |
| Binary | 1000011 | 10101011 | 11001001 | 1000011 | 1111 | 0 | 10101 | 11000001 | 110111 | 110101 |
Color Harmonies of #43ABC9
Complementary color
Monochromatic Colors of #43ABC9
Black with #43ABC9
Text Example
Text Example
White with #43ABC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ABC9; }
p { color: rgb(67,171,201); }
H1.HeaderClassName
{
color: #43ABC9;
}
.AnyTagClassName
{
color: #43ABC9;
}
</style>
background-color css
<style>
a { background-color: #43ABC9; }
a { background-color: rgb(67,171,201); }
div.DivClassName
{
background-color: #43ABC9;
}
.BgClassName
{
background-color: #43ABC9;
}
</style>
border-color css
<style>
span { border-color: #43ABC9; }
span { border-color: rgb(67,171,201); }
td.TdClassName
{
border-color: #43ABC9;
}
.TagClassName
{
border-color: #43ABC9;
}
</style>