#43A6BD

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

Shades of Viking #43A6BD

Tints of Viking #43A6BD

Color information

#43A6BD (or 0x43A6BD) is unknown color: approx Viking. HEX triplet: 43, A6 and BD. RGB value is (67,166,189). Sum of RGB (Red+Green+Blue) = 67+166+189=422 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.88% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #43A6BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43A6BD is #BC5942. Grayscale: #8A8A8A. Windows color (decimal): -12343619 or 12428867. OLE color: 12428867.

HSL color Cylindrical-coordinate representation of color #43A6BD: hue angle of 191.31º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43A6BD is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB67166189-
CMYK0.650.1200.26
HSL191.31º48.03%50.2%-
HSV(B)191.31º64.55%74.12%-
XYZ25.1432.1453.02-
YUV139.02156.276.63-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.88%
GREEN value IS 166 (65.23% from 255) = 39.34%
BLUE value IS 189 (74.22% from 255) = 44.79%
R=15.88%
G=39.34%
B=44.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal671661890.650.1200.26191.3148.0350.2
Hex43A6BD41C01Abf3032
Octal103246275101140322776062
Binary100001110100110101111011000001110001101010111111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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