#54AEAD

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

Shades of Fountain Blue #54AEAD

Tints of Fountain Blue #54AEAD

Color information

#54AEAD (or 0x54AEAD) is unknown color: approx Fountain Blue. HEX triplet: 54, AE and AD. RGB value is (84,174,173). Sum of RGB (Red+Green+Blue) = 84+174+173=431 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.49% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 174 - color contains mainly: green. Hex color #54AEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AEAD is #AB5152. Grayscale: #929292. Windows color (decimal): -11227475 or 11382356. OLE color: 11382356.

HSL color Cylindrical-coordinate representation of color #54AEAD: hue angle of 179.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54AEAD is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB84174173-
CMYK0.5200.010.32
HSL179.33º35.71%50.59%-
HSV(B)179.33º51.72%68.24%-
XYZ26.3435.1744.94-
YUV146.98142.6883.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.49%
GREEN value IS 174 (68.36% from 255) = 40.37%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=19.49%
G=40.37%
B=40.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841741730.5200.010.32179.3335.7150.59
Hex54AEAD340120b32433
Octal1242562556401402634463
Binary101010010101110101011011101000110000010110011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54AEAD; }

 p { color: rgb(84,174,173); }

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

<style>
 a { background-color: #54AEAD; }

 a { background-color: rgb(84,174,173); }

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

<style>
 span { border-color: #54AEAD; }

 span { border-color: rgb(84,174,173); }

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