#61AABE

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

Shades of Fountain Blue #61AABE

Tints of Fountain Blue #61AABE

Color information

#61AABE (or 0x61AABE) is unknown color: approx Fountain Blue. HEX triplet: 61, AA and BE. RGB value is (97,170,190). Sum of RGB (Red+Green+Blue) = 97+170+190=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #61AABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AABE is #9E5541. Grayscale: #969696. Windows color (decimal): -10376514 or 12495457. OLE color: 12495457.

HSL color Cylindrical-coordinate representation of color #61AABE: hue angle of 192.9º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61AABE is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB97170190-
CMYK0.490.1100.25
HSL192.9º41.7%56.27%-
HSV(B)192.9º48.95%74.51%-
XYZ28.635.0153.97-
YUV150.45150.3289.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.23%
GREEN value IS 170 (66.80% from 255) = 37.20%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=21.23%
G=37.20%
B=41.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971701900.490.1100.25192.941.756.27
Hex61AABE31B019c12a38
Octal14125227661130313015270
Binary11000011010101010111110110001101101100111000001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,170,190); }

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

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

 a { background-color: rgb(97,170,190); }

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

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

 span { border-color: rgb(97,170,190); }

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