#55AEB7

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

Shades of Fountain Blue #55AEB7

Tints of Fountain Blue #55AEB7

Color information

#55AEB7 (or 0x55AEB7) is unknown color: approx Fountain Blue. HEX triplet: 55, AE and B7. RGB value is (85,174,183). Sum of RGB (Red+Green+Blue) = 85+174+183=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 183 - color contains mainly: blue. Hex color #55AEB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AEB7 is #AA5148. Grayscale: #949494. Windows color (decimal): -11161929 or 12037717. OLE color: 12037717.

HSL color Cylindrical-coordinate representation of color #55AEB7: hue angle of 185.51º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55AEB7 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB85174183-
CMYK0.540.0500.28
HSL185.51º40.5%52.55%-
HSV(B)185.51º53.55%71.76%-
XYZ27.4335.6250.23-
YUV148.42147.5182.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.23%
GREEN value IS 174 (68.36% from 255) = 39.37%
BLUE value IS 183 (71.88% from 255) = 41.40%
R=19.23%
G=39.37%
B=41.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal851741830.540.0500.28185.5140.552.55
Hex55AEB736501Cba2835
Octal1252562676650342725065
Binary1010101101011101011011111011010101110010111010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55AEB7; }

 p { color: rgb(85,174,183); }

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

<style>
 a { background-color: #55AEB7; }

 a { background-color: rgb(85,174,183); }

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

<style>
 span { border-color: #55AEB7; }

 span { border-color: rgb(85,174,183); }

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