#51AAAD

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

Shades of Fountain Blue #51AAAD

Tints of Fountain Blue #51AAAD

Color information

#51AAAD (or 0x51AAAD) is unknown color: approx Fountain Blue. HEX triplet: 51, AA and AD. RGB value is (81,170,173). Sum of RGB (Red+Green+Blue) = 81+170+173=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #51AAAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AAAD is #AE5552. Grayscale: #8F8F8F. Windows color (decimal): -11425107 or 11381329. OLE color: 11381329.

HSL color Cylindrical-coordinate representation of color #51AAAD: hue angle of 181.96º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51AAAD is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB81170173-
CMYK0.530.0200.32
HSL181.96º36.22%49.8%-
HSV(B)181.96º53.18%67.84%-
XYZ25.3133.5244.67-
YUV143.73144.5183.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.10%
GREEN value IS 170 (66.80% from 255) = 40.09%
BLUE value IS 173 (67.97% from 255) = 40.80%
R=19.10%
G=40.09%
B=40.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811701730.530.0200.32181.9636.2249.8
Hex51AAAD352020b62432
Octal1212522556520402664462
Binary1010001101010101010110111010110010000010110110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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