#51A8B5

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

Shades of Fountain Blue #51A8B5

Tints of Fountain Blue #51A8B5

Color information

#51A8B5 (or 0x51A8B5) is unknown color: approx Fountain Blue. HEX triplet: 51, A8 and B5. RGB value is (81,168,181). Sum of RGB (Red+Green+Blue) = 81+168+181=430 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.84% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 181 - color contains mainly: blue. Hex color #51A8B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A8B5 is #AE574A. Grayscale: #8F8F8F. Windows color (decimal): -11425611 or 11905105. OLE color: 11905105.

HSL color Cylindrical-coordinate representation of color #51A8B5: hue angle of 187.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51A8B5 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB81168181-
CMYK0.550.0700.29
HSL187.8º40.32%51.37%-
HSV(B)187.8º55.25%70.98%-
XYZ25.7433.0948.75-
YUV143.47149.1883.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.84%
GREEN value IS 168 (66.02% from 255) = 39.07%
BLUE value IS 181 (71.09% from 255) = 42.09%
R=18.84%
G=39.07%
B=42.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811681810.550.0700.29187.840.3251.37
Hex51A8B537701Dbc2833
Octal1212502656770352745063
Binary1010001101010001011010111011111101110110111100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,168,181); }

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

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

 a { background-color: rgb(81,168,181); }

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

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

 span { border-color: rgb(81,168,181); }

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