Shades of Viking #43AEBF
Tints of Viking #43AEBF
RGB
CMYK
RGB Variations
Color information
#43AEBF (or 0x43AEBF) is known color: Viking. HEX triplet: 43, AE and BF. RGB value is (67,174,191). Sum of RGB (Red+Green+Blue) = 67+174+191=432 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.51% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #43AEBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43AEBF is #BC5140. Grayscale: #8F8F8F. Windows color (decimal): -12341569 or 12561987. OLE color: 12561987.
HSL color Cylindrical-coordinate representation of color #43AEBF: hue angle of 188.23º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43AEBF is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 174 | 191 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.25 |
| HSL | 188.23º | 0.49% | 0.51% | - |
| HSV(B) | 188.23º | 0.65% | 0.75% | - |
| XYZ | 26.85 | 35.23 | 54.67 | - |
| YUV | 143.95 | 154.55 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 174 | 191 | 0.65 | 0.09 | 0 | 0.25 | 188.23 | 0.49 | 0.51 |
| Hex | 43 | AE | BF | 41 | 9 | 0 | 19 | BC | 31 | 33 |
| Octal | 103 | 256 | 277 | 101 | 11 | 0 | 31 | 274 | 61 | 63 |
| Binary | 1000011 | 10101110 | 10111111 | 1000001 | 1001 | 0 | 11001 | 10111100 | 110001 | 110011 |
Color Harmonies of #43AEBF
Complementary color
Monochromatic Colors of #43AEBF
Black with #43AEBF
Text Example
Text Example
White with #43AEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AEBF; }
p { color: rgb(67,174,191); }
H1.HeaderClassName
{
color: #43AEBF;
}
.AnyTagClassName
{
color: #43AEBF;
}
</style>
background-color css
<style>
a { background-color: #43AEBF; }
a { background-color: rgb(67,174,191); }
div.DivClassName
{
background-color: #43AEBF;
}
.BgClassName
{
background-color: #43AEBF;
}
</style>
border-color css
<style>
span { border-color: #43AEBF; }
span { border-color: rgb(67,174,191); }
td.TdClassName
{
border-color: #43AEBF;
}
.TagClassName
{
border-color: #43AEBF;
}
</style>