Shades of Viking #43A8CC
Tints of Viking #43A8CC
RGB
CMYK
RGB Variations
Color information
#43A8CC (or 0x43A8CC) is known color: Viking. HEX triplet: 43, A8 and CC. RGB value is (67,168,204). Sum of RGB (Red+Green+Blue) = 67+168+204=439 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.26% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #43A8CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43A8CC is #BC5733. Grayscale: #8D8D8D. Windows color (decimal): -12343092 or 13412419. OLE color: 13412419.
HSL color Cylindrical-coordinate representation of color #43A8CC: hue angle of 195.77º 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 #43A8CC is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 168 | 204 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.2 |
| HSL | 195.77º | 0.57% | 0.53% | - |
| HSV(B) | 195.77º | 0.67% | 0.8% | - |
| XYZ | 27.22 | 33.56 | 62.17 | - |
| YUV | 141.91 | 163.04 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 168 | 204 | 0.67 | 0.18 | 0 | 0.2 | 195.77 | 0.57 | 0.53 |
| Hex | 43 | A8 | CC | 43 | 12 | 0 | 14 | C4 | 39 | 35 |
| Octal | 103 | 250 | 314 | 103 | 22 | 0 | 24 | 304 | 71 | 65 |
| Binary | 1000011 | 10101000 | 11001100 | 1000011 | 10010 | 0 | 10100 | 11000100 | 111001 | 110101 |
Color Harmonies of #43A8CC
Complementary color
Monochromatic Colors of #43A8CC
Black with #43A8CC
Text Example
Text Example
White with #43A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A8CC; }
p { color: rgb(67,168,204); }
H1.HeaderClassName
{
color: #43A8CC;
}
.AnyTagClassName
{
color: #43A8CC;
}
</style>
background-color css
<style>
a { background-color: #43A8CC; }
a { background-color: rgb(67,168,204); }
div.DivClassName
{
background-color: #43A8CC;
}
.BgClassName
{
background-color: #43A8CC;
}
</style>
border-color css
<style>
span { border-color: #43A8CC; }
span { border-color: rgb(67,168,204); }
td.TdClassName
{
border-color: #43A8CC;
}
.TagClassName
{
border-color: #43A8CC;
}
</style>