#43A8C6

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

Shades of Viking #43A8C6

Tints of Viking #43A8C6

Color information

#43A8C6 (or 0x43A8C6) is unknown color: approx Viking. HEX triplet: 43, A8 and C6. RGB value is (67,168,198). Sum of RGB (Red+Green+Blue) = 67+168+198=433 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.47% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 198 - color contains mainly: blue. Hex color #43A8C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43A8C6 is #BC5739. Grayscale: #8D8D8D. Windows color (decimal): -12343098 or 13019203. OLE color: 13019203.

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

Color convert

RGB67168198-
CMYK0.660.1500.22
HSL193.74º53.47%51.96%-
HSV(B)193.74º66.16%77.65%-
XYZ26.5133.2858.45-
YUV141.22160.0475.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.47%
GREEN value IS 168 (66.02% from 255) = 38.80%
BLUE value IS 198 (77.73% from 255) = 45.73%
R=15.47%
G=38.80%
B=45.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal671681980.660.1500.22193.7453.4751.96
Hex43A8C642F016c23534
Octal103250306102170263026564
Binary100001110101000110001101000010111101011011000010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,168,198); }

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

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

 a { background-color: rgb(67,168,198); }

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

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

 span { border-color: rgb(67,168,198); }

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