#43B0D1

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

Shades of Viking #43B0D1

Tints of Viking #43B0D1

Color information

#43B0D1 (or 0x43B0D1) is unknown color: approx Viking. HEX triplet: 43, B0 and D1. RGB value is (67,176,209). Sum of RGB (Red+Green+Blue) = 67+176+209=452 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.82% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 209 - color contains mainly: blue. Hex color #43B0D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43B0D1 is #BC4F2E. Grayscale: #929292. Windows color (decimal): -12341039 or 13742147. OLE color: 13742147.

HSL color Cylindrical-coordinate representation of color #43B0D1: hue angle of 193.94º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43B0D1 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB67176209-
CMYK0.680.1600.18
HSL193.94º60.68%54.12%-
HSV(B)193.94º67.94%81.96%-
XYZ29.3536.8565.89-
YUV147.17162.8970.82-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 14.82%
GREEN value IS 176 (69.14% from 255) = 38.94%
BLUE value IS 209 (82.03% from 255) = 46.24%
R=14.82%
G=38.94%
B=46.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal671762090.680.1600.18193.9460.6854.12
Hex43B0D14410012c23d36
Octal103260321104200223027566
Binary1000011101100001101000110001001000001001011000010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43B0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,176,209); }

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

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

 a { background-color: rgb(67,176,209); }

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

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

 span { border-color: rgb(67,176,209); }

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