#54AAAF

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

Shades of Fountain Blue #54AAAF

Tints of Fountain Blue #54AAAF

Color information

#54AAAF (or 0x54AAAF) is unknown color: approx Fountain Blue. HEX triplet: 54, AA and AF. RGB value is (84,170,175). Sum of RGB (Red+Green+Blue) = 84+170+175=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #54AAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AAAF is #AB5550. Grayscale: #909090. Windows color (decimal): -11228497 or 11512404. OLE color: 11512404.

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

Color convert

RGB84170175-
CMYK0.520.0300.31
HSL183.3º36.25%50.78%-
HSV(B)183.3º52%68.63%-
XYZ25.7733.7345.71-
YUV144.86145.0184.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.58%
GREEN value IS 170 (66.80% from 255) = 39.63%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=19.58%
G=39.63%
B=40.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841701750.520.0300.31183.336.2550.78
Hex54AAAF34301Fb72433
Octal1242522576430372674463
Binary101010010101010101011111101001101111110110111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,170,175); }

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

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

 a { background-color: rgb(84,170,175); }

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

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

 span { border-color: rgb(84,170,175); }

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