Shades of Viking #43AECC
Tints of Viking #43AECC
RGB
CMYK
RGB Variations
Color information
#43AECC (or 0x43AECC) is known color: Viking. HEX triplet: 43, AE and CC. RGB value is (67,174,204). Sum of RGB (Red+Green+Blue) = 67+174+204=445 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.06% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #43AECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43AECC is #BC5133. Grayscale: #919191. Windows color (decimal): -12341556 or 13413955. OLE color: 13413955.
HSL color Cylindrical-coordinate representation of color #43AECC: hue angle of 193.14º 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 #43AECC is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 174 | 204 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.2 |
| HSL | 193.14º | 0.57% | 0.53% | - |
| HSV(B) | 193.14º | 0.67% | 0.8% | - |
| XYZ | 28.35 | 35.83 | 62.55 | - |
| YUV | 145.43 | 161.05 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 174 | 204 | 0.67 | 0.15 | 0 | 0.2 | 193.14 | 0.57 | 0.53 |
| Hex | 43 | AE | CC | 43 | F | 0 | 14 | C1 | 39 | 35 |
| Octal | 103 | 256 | 314 | 103 | 17 | 0 | 24 | 301 | 71 | 65 |
| Binary | 1000011 | 10101110 | 11001100 | 1000011 | 1111 | 0 | 10100 | 11000001 | 111001 | 110101 |
Color Harmonies of #43AECC
Complementary color
Monochromatic Colors of #43AECC
Black with #43AECC
Text Example
Text Example
White with #43AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AECC; }
p { color: rgb(67,174,204); }
H1.HeaderClassName
{
color: #43AECC;
}
.AnyTagClassName
{
color: #43AECC;
}
</style>
background-color css
<style>
a { background-color: #43AECC; }
a { background-color: rgb(67,174,204); }
div.DivClassName
{
background-color: #43AECC;
}
.BgClassName
{
background-color: #43AECC;
}
</style>
border-color css
<style>
span { border-color: #43AECC; }
span { border-color: rgb(67,174,204); }
td.TdClassName
{
border-color: #43AECC;
}
.TagClassName
{
border-color: #43AECC;
}
</style>