#51aad1

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

Shades of Viking #51AAD1

Tints of Viking #51AAD1

Color information

#51AAD1 (or 0x51AAD1) is unknown color: approx Viking. HEX triplet: 51, AA and D1. RGB value is (81,170,209). Sum of RGB (Red+Green+Blue) = 81+170+209=460 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.61% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 209 (82.03% from 255 or 45.43% from 460); Max value from RGB is 209 - color contains mainly: blue. Hex color #51AAD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AAD1 is #AE552E. Grayscale: #939393. Windows color (decimal): -11425071 or 13740625. OLE color: 13740625.

HSL color Cylindrical-coordinate representation of color #51AAD1: hue angle of 198.28º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51AAD1 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB81170209-
CMYK0.610.1900.18
HSL198.28º58.18%56.86%-
HSV(B)198.28º61.24%81.96%-
XYZ29.2835.165.55-
YUV147.83162.5180.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.61%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 209 (82.03% from 255) = 45.43%
R=17.61%
G=36.96%
B=45.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal811702090.610.1900.18198.2858.1856.86
Hex51AAD13D13012c63a39
Octal12125232175230223067271
Binary101000110101010110100011111011001101001011000110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51aad1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,170,209); }

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

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

 a { background-color: rgb(81,170,209); }

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

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

 span { border-color: rgb(81,170,209); }

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