#5AAEBB

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

Shades of Fountain Blue #5AAEBB

Tints of Fountain Blue #5AAEBB

Color information

#5AAEBB (or 0x5AAEBB) is unknown color: approx Fountain Blue. HEX triplet: 5A, AE and BB. RGB value is (90,174,187). Sum of RGB (Red+Green+Blue) = 90+174+187=451 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.96% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: blue. Hex color #5AAEBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAEBB is #A55144. Grayscale: #969696. Windows color (decimal): -10834245 or 12299866. OLE color: 12299866.

HSL color Cylindrical-coordinate representation of color #5AAEBB: hue angle of 188.04º degrees, saturation: 0.42, 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 #5AAEBB is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB90174187-
CMYK0.520.0700.27
HSL188.04º41.63%54.31%-
HSV(B)188.04º51.87%73.33%-
XYZ28.3236.0352.48-
YUV150.37148.6784.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.96%
GREEN value IS 174 (68.36% from 255) = 38.58%
BLUE value IS 187 (73.44% from 255) = 41.46%
R=19.96%
G=38.58%
B=41.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901741870.520.0700.27188.0441.6354.31
Hex5AAEBB34701Bbc2a36
Octal1322562736470332745266
Binary1011010101011101011101111010011101101110111100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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