#5AAEBC

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

Shades of Fountain Blue #5AAEBC

Tints of Fountain Blue #5AAEBC

Color information

#5AAEBC (or 0x5AAEBC) is unknown color: approx Fountain Blue. HEX triplet: 5A, AE and BC. RGB value is (90,174,188). Sum of RGB (Red+Green+Blue) = 90+174+188=452 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.91% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #5AAEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAEBC is #A55143. Grayscale: #969696. Windows color (decimal): -10834244 or 12365402. OLE color: 12365402.

HSL color Cylindrical-coordinate representation of color #5AAEBC: hue angle of 188.57º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5AAEBC is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB90174188-
CMYK0.520.0700.26
HSL188.57º42.24%54.51%-
HSV(B)188.57º52.13%73.73%-
XYZ28.4336.0853.04-
YUV150.48149.1784.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.91%
GREEN value IS 174 (68.36% from 255) = 38.50%
BLUE value IS 188 (73.83% from 255) = 41.59%
R=19.91%
G=38.50%
B=41.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal901741880.520.0700.26188.5742.2454.51
Hex5AAEBC34701Abd2a37
Octal1322562746470322755267
Binary1011010101011101011110011010011101101010111101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AAEBC; }

 p { color: rgb(90,174,188); }

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

<style>
 a { background-color: #5AAEBC; }

 a { background-color: rgb(90,174,188); }

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

<style>
 span { border-color: #5AAEBC; }

 span { border-color: rgb(90,174,188); }

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