#61AEBD

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

Shades of Fountain Blue #61AEBD

Tints of Fountain Blue #61AEBD

Color information

#61AEBD (or 0x61AEBD) is unknown color: approx Fountain Blue. HEX triplet: 61, AE and BD. RGB value is (97,174,189). Sum of RGB (Red+Green+Blue) = 97+174+189=460 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.09% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #61AEBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AEBD is #9E5142. Grayscale: #989898. Windows color (decimal): -10375491 or 12430945. OLE color: 12430945.

HSL color Cylindrical-coordinate representation of color #61AEBD: hue angle of 189.78º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61AEBD is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB97174189-
CMYK0.490.0800.26
HSL189.78º41.07%56.08%-
HSV(B)189.78º48.68%74.12%-
XYZ29.2536.4953.65-
YUV152.69148.4988.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.09%
GREEN value IS 174 (68.36% from 255) = 37.83%
BLUE value IS 189 (74.22% from 255) = 41.09%
R=21.09%
G=37.83%
B=41.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971741890.490.0800.26189.7841.0756.08
Hex61AEBD31801Abe2938
Octal14125627561100322765170
Binary11000011010111010111101110001100001101010111110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61AEBD; }

 p { color: rgb(97,174,189); }

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

<style>
 a { background-color: #61AEBD; }

 a { background-color: rgb(97,174,189); }

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

<style>
 span { border-color: #61AEBD; }

 span { border-color: rgb(97,174,189); }

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