#5AAEBA

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

Shades of Fountain Blue #5AAEBA

Tints of Fountain Blue #5AAEBA

Color information

#5AAEBA (or 0x5AAEBA) is unknown color: approx Fountain Blue. HEX triplet: 5A, AE and BA. RGB value is (90,174,186). Sum of RGB (Red+Green+Blue) = 90+174+186=450 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #5AAEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAEBA is #A55145. Grayscale: #969696. Windows color (decimal): -10834246 or 12234330. OLE color: 12234330.

HSL color Cylindrical-coordinate representation of color #5AAEBA: hue angle of 187.5º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5AAEBA is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB90174186-
CMYK0.520.0600.27
HSL187.5º41.03%54.12%-
HSV(B)187.5º51.61%72.94%-
XYZ28.2235.9951.91-
YUV150.25148.1785.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20%
GREEN value IS 174 (68.36% from 255) = 38.67%
BLUE value IS 186 (73.05% from 255) = 41.33%
R=20%
G=38.67%
B=41.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901741860.520.0600.27187.541.0354.12
Hex5AAEBA34601Bbc2936
Octal1322562726460332745166
Binary1011010101011101011101011010011001101110111100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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