#43B5D3

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

Shades of Viking #43B5D3

Tints of Viking #43B5D3

Color information

#43B5D3 (or 0x43B5D3) is unknown color: approx Viking. HEX triplet: 43, B5 and D3. RGB value is (67,181,211). Sum of RGB (Red+Green+Blue) = 67+181+211=459 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.60% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 211 (82.81% from 255 or 45.97% from 459); Max value from RGB is 211 - color contains mainly: blue. Hex color #43B5D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43B5D3 is #BC4A2C. Grayscale: #969696. Windows color (decimal): -12339757 or 13874499. OLE color: 13874499.

HSL color Cylindrical-coordinate representation of color #43B5D3: hue angle of 192.5º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43B5D3 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB67181211-
CMYK0.680.1400.17
HSL192.5º62.07%54.51%-
HSV(B)192.5º68.25%82.75%-
XYZ30.638.9467.53-
YUV150.33162.2368.56-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 14.60%
GREEN value IS 181 (71.09% from 255) = 39.43%
BLUE value IS 211 (82.81% from 255) = 45.97%
R=14.60%
G=39.43%
B=45.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal671812110.680.1400.17192.562.0754.51
Hex43B5D344E011c03e37
Octal103265323104160213007667
Binary100001110110101110100111000100111001000111000000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43B5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,181,211); }

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

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

 a { background-color: rgb(67,181,211); }

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

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

 span { border-color: rgb(67,181,211); }

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