#51AFB1

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

Shades of Fountain Blue #51AFB1

Tints of Fountain Blue #51AFB1

Color information

#51AFB1 (or 0x51AFB1) is unknown color: approx Fountain Blue. HEX triplet: 51, AF and B1. RGB value is (81,175,177). Sum of RGB (Red+Green+Blue) = 81+175+177=433 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.71% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 177 - color contains mainly: blue. Hex color #51AFB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AFB1 is #AE504E. Grayscale: #939393. Windows color (decimal): -11423823 or 11644753. OLE color: 11644753.

HSL color Cylindrical-coordinate representation of color #51AFB1: hue angle of 181.25º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51AFB1 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB81175177-
CMYK0.540.0100.31
HSL181.25º38.1%50.59%-
HSV(B)181.25º54.24%69.41%-
XYZ26.6635.5847.06-
YUV147.12144.8680.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.71%
GREEN value IS 175 (68.75% from 255) = 40.42%
BLUE value IS 177 (69.53% from 255) = 40.88%
R=18.71%
G=40.42%
B=40.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811751770.540.0100.31181.2538.150.59
Hex51AFB136101Fb52633
Octal1212572616610372654663
Binary10100011010111110110001110110101111110110101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,175,177); }

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

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

 a { background-color: rgb(81,175,177); }

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

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

 span { border-color: rgb(81,175,177); }

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