#43A6C8

Color #43A6C8 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #43A6C8

Tints of Viking #43A6C8

Color information

#43A6C8 (or 0x43A6C8) is unknown color: approx Viking. HEX triplet: 43, A6 and C8. RGB value is (67,166,200). Sum of RGB (Red+Green+Blue) = 67+166+200=433 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.47% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 200 (78.52% from 255 or 46.19% from 433); Max value from RGB is 200 - color contains mainly: blue. Hex color #43A6C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43A6C8 is #BC5937. Grayscale: #8C8C8C. Windows color (decimal): -12343608 or 13149763. OLE color: 13149763.

HSL color Cylindrical-coordinate representation of color #43A6C8: hue angle of 195.34º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43A6C8 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB67166200-
CMYK0.660.1700.22
HSL195.34º54.73%52.35%-
HSV(B)195.34º66.5%78.43%-
XYZ26.3832.6459.55-
YUV140.28161.775.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 15.47%
GREEN value IS 166 (65.23% from 255) = 38.34%
BLUE value IS 200 (78.52% from 255) = 46.19%
R=15.47%
G=38.34%
B=46.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal671662000.660.1700.22195.3454.7352.35
Hex43A6C84211016c33734
Octal103246310102210263036764
Binary1000011101001101100100010000101000101011011000011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43A6C8; }

 p { color: rgb(67,166,200); }

 H1.HeaderClassName
 {
   color: #43A6C8;
 }
 .AnyTagClassName
 {
   color: #43A6C8;
 }
</style>
background-color css

<style>
 a { background-color: #43A6C8; }

 a { background-color: rgb(67,166,200); }

 div.DivClassName
 {
   background-color: #43A6C8;
 }
 .BgClassName
 {
   background-color: #43A6C8;
 }
</style>
border-color css

<style>
 span { border-color: #43A6C8; }

 span { border-color: rgb(67,166,200); }

 td.TdClassName
 {
   border-color: #43A6C8;
 }
 .TagClassName
 {
   border-color: #43A6C8;
 }
</style>