#51AECE

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

Shades of Viking #51AECE

Tints of Viking #51AECE

Color information

#51AECE (or 0x51AECE) is unknown color: approx Viking. HEX triplet: 51, AE and CE. RGB value is (81,174,206). Sum of RGB (Red+Green+Blue) = 81+174+206=461 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.57% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #51AECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AECE is #AE5131. Grayscale: #959595. Windows color (decimal): -11424050 or 13545041. OLE color: 13545041.

HSL color Cylindrical-coordinate representation of color #51AECE: hue angle of 195.36º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51AECE is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB81174206-
CMYK0.610.1600.19
HSL195.36º56.05%56.27%-
HSV(B)195.36º60.68%80.78%-
XYZ29.6736.4863.87-
YUV149.84159.6978.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.57%
GREEN value IS 174 (68.36% from 255) = 37.74%
BLUE value IS 206 (80.86% from 255) = 44.69%
R=17.57%
G=37.74%
B=44.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal811742060.610.1600.19195.3656.0556.27
Hex51AECE3D10013c33838
Octal12125631675200233037070
Binary101000110101110110011101111011000001001111000011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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