#51aecd

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

Shades of Viking #51AECD

Tints of Viking #51AECD

Color information

#51AECD (or 0x51AECD) is unknown color: approx Viking. HEX triplet: 51, AE and CD. RGB value is (81,174,205). Sum of RGB (Red+Green+Blue) = 81+174+205=460 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.61% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #51AECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AECD is #AE5132. Grayscale: #959595. Windows color (decimal): -11424051 or 13479505. OLE color: 13479505.

HSL color Cylindrical-coordinate representation of color #51AECD: hue angle of 195º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51AECD is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB81174205-
CMYK0.600.1500.20
HSL195º55.36%56.08%-
HSV(B)195º60.49%80.39%-
XYZ29.5536.4363.23-
YUV149.73159.1978.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.61%
GREEN value IS 174 (68.36% from 255) = 37.83%
BLUE value IS 205 (80.47% from 255) = 44.57%
R=17.61%
G=37.83%
B=44.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal811742050.600.1500.2019555.3656.08
Hex51AECD3CF014c33738
Octal12125631574170243036770
Binary10100011010111011001101111100111101010011000011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51aecd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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