#51AECA

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

Shades of Viking #51AECA

Tints of Viking #51AECA

Color information

#51AECA (or 0x51AECA) is unknown color: approx Viking. HEX triplet: 51, AE and CA. RGB value is (81,174,202). Sum of RGB (Red+Green+Blue) = 81+174+202=457 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.72% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #51AECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AECA is #AE5135. Grayscale: #959595. Windows color (decimal): -11424054 or 13282897. OLE color: 13282897.

HSL color Cylindrical-coordinate representation of color #51AECA: hue angle of 193.88º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51AECA is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB81174202-
CMYK0.600.1400.21
HSL193.88º53.3%55.49%-
HSV(B)193.88º59.9%79.22%-
XYZ29.1936.2961.34-
YUV149.38157.6979.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.72%
GREEN value IS 174 (68.36% from 255) = 38.07%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=17.72%
G=38.07%
B=44.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal811742020.600.1400.21193.8853.355.49
Hex51AECA3CE015c23537
Octal12125631274160253026567
Binary10100011010111011001010111100111001010111000010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51AECA; }

 p { color: rgb(81,174,202); }

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

<style>
 a { background-color: #51AECA; }

 a { background-color: rgb(81,174,202); }

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

<style>
 span { border-color: #51AECA; }

 span { border-color: rgb(81,174,202); }

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