#51AED9

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

Shades of Viking #51AED9

Tints of Viking #51AED9

Color information

#51AED9 (or 0x51AED9) is unknown color: approx Viking. HEX triplet: 51, AE and D9. RGB value is (81,174,217). Sum of RGB (Red+Green+Blue) = 81+174+217=472 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.16% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 217 (85.16% from 255 or 45.97% from 472); Max value from RGB is 217 - color contains mainly: blue. Hex color #51AED9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AED9 is #AE5126. Grayscale: #969696. Windows color (decimal): -11424039 or 14265937. OLE color: 14265937.

HSL color Cylindrical-coordinate representation of color #51AED9: hue angle of 198.97º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51AED9 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB81174217-
CMYK0.630.2000.15
HSL198.97º64.15%58.43%-
HSV(B)198.97º62.67%85.1%-
XYZ31.0537.0371.16-
YUV151.09165.1978-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.16%
GREEN value IS 174 (68.36% from 255) = 36.86%
BLUE value IS 217 (85.16% from 255) = 45.97%
R=17.16%
G=36.86%
B=45.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal811742170.630.2000.15198.9764.1558.43
Hex51AED93F140Fc7403a
Octal121256331772401730710072
Binary101000110101110110110011111111010001111110001111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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