Shades of Viking #43A8B3
Tints of Viking #43A8B3
RGB
CMYK
RGB Variations
Color information
#43A8B3 (or 0x43A8B3) is known color: Viking. HEX triplet: 43, A8 and B3. RGB value is (67,168,179). Sum of RGB (Red+Green+Blue) = 67+168+179=414 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.18% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 179 (70.31% from 255 or 43.24% from 414); Max value from RGB is 179 - color contains mainly: blue. Hex color #43A8B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43A8B3 is #BC574C. Grayscale: #8A8A8A. Windows color (decimal): -12343117 or 11774019. OLE color: 11774019.
HSL color Cylindrical-coordinate representation of color #43A8B3: hue angle of 185.89º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43A8B3 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 67 | 168 | 179 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.30 |
| HSL | 185.89º | 0.46% | 0.48% | - |
| HSV(B) | 185.89º | 0.63% | 0.7% | - |
| XYZ | 24.45 | 32.45 | 47.62 | - |
| YUV | 139.06 | 150.54 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 168 | 179 | 0.63 | 0.06 | 0 | 0.30 | 185.89 | 0.46 | 0.48 |
| Hex | 43 | A8 | B3 | 3F | 6 | 0 | 1E | BA | 2E | 30 |
| Octal | 103 | 250 | 263 | 77 | 6 | 0 | 36 | 272 | 56 | 60 |
| Binary | 1000011 | 10101000 | 10110011 | 111111 | 110 | 0 | 11110 | 10111010 | 101110 | 110000 |
Color Harmonies of #43A8B3
Complementary color
Monochromatic Colors of #43A8B3
Black with #43A8B3
Text Example
Text Example
White with #43A8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A8B3; }
p { color: rgb(67,168,179); }
H1.HeaderClassName
{
color: #43A8B3;
}
.AnyTagClassName
{
color: #43A8B3;
}
</style>
background-color css
<style>
a { background-color: #43A8B3; }
a { background-color: rgb(67,168,179); }
div.DivClassName
{
background-color: #43A8B3;
}
.BgClassName
{
background-color: #43A8B3;
}
</style>
border-color css
<style>
span { border-color: #43A8B3; }
span { border-color: rgb(67,168,179); }
td.TdClassName
{
border-color: #43A8B3;
}
.TagClassName
{
border-color: #43A8B3;
}
</style>